Skip to content
Snippets Groups Projects

Ui refactor style

Merged Matthias Feyll requested to merge ui-refactor-style into ui-integration
8 files
+ 207
58
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -16,7 +16,7 @@ const DeviceView = () => {
@@ -16,7 +16,7 @@ const DeviceView = () => {
<Container fluid>
<Container fluid>
<Row>
<Row>
<Col lg={5} sm={12}>
<Col lg={5} sm={12}>
<Container className='bg-white rounded c-box'>
<Container className='bg-white c-box'>
<Row>
<Row>
<Col sm={12} className='mt-4'><h3 className='text-black-50'>{t('device.title')}</h3></Col>
<Col sm={12} className='mt-4'><h3 className='text-black-50'>{t('device.title')}</h3></Col>
</Row>
</Row>
@@ -40,7 +40,7 @@ const DeviceView = () => {
@@ -40,7 +40,7 @@ const DeviceView = () => {
</Container>
</Container>
</Col>
</Col>
<Col xs={12} lg={7} className='mt-5 mt-lg-0'>
<Col xs={12} lg={7} className='mt-5 mt-lg-0'>
<Container className='bg-white rounded c-box'>
<Container className='bg-white c-box'>
<Row>
<Row>
<Col xs={12} className='mt-4'>
<Col xs={12} className='mt-4'>
<Nav className='justify-content-around'>
<Nav className='justify-content-around'>
Loading