1
0
mirror of https://github.com/mgerb/react-starter synced 2026-01-11 09:32:51 +00:00
Files
react-starter/app/scss/style.scss
2017-03-29 18:08:19 -05:00

11 lines
157 B
SCSS

body {
background-color: $gray1;
color: $white;
padding-left: $navbarWidth;
}
.content {
padding: 10px;
height: 100%;
width: 100%;
}