10 lines
155 B
SCSS
10 lines
155 B
SCSS
@import "theme.scss";
|
|
|
|
.dashboard-container {
|
|
.dashboard-header {
|
|
font-size: 1.2rem;
|
|
font-weight: 300;
|
|
border-bottom: 2px solid white;
|
|
}
|
|
}
|