mirror of
https://github.com/mgerb/react-starter
synced 2026-01-11 09:32:51 +00:00
11 lines
157 B
SCSS
11 lines
157 B
SCSS
body {
|
|
background-color: $gray1;
|
|
color: $white;
|
|
padding-left: $navbarWidth;
|
|
}
|
|
|
|
.content {
|
|
padding: 10px;
|
|
height: 100%;
|
|
width: 100%;
|
|
} |