7 lines
105 B
SCSS
7 lines
105 B
SCSS
@import 'theme.scss';
|
|
|
|
.dashboard-container {
|
|
width: 73%;
|
|
background: green;
|
|
height: 100vh;
|
|
} |