modified: src/components/dashboard.rs modified: src/components/personal.rs modified: style/dashboard.scss modified: style/home.scss modified: style/personal.scss
11 lines
192 B
SCSS
11 lines
192 B
SCSS
@import "theme.scss";
|
|
|
|
.dashboard-container {
|
|
width: calc(100% - 22rem - 16rem);
|
|
.dashboard-header {
|
|
font-size: 1.2rem;
|
|
font-weight: 300;
|
|
border-bottom: 2px solid white;
|
|
}
|
|
}
|