6 lines
85 B
SCSS
6 lines
85 B
SCSS
@import "theme.scss";
|
|
|
|
.dashboard-container {
|
|
width: calc(100% - 22rem - 16rem);
|
|
}
|