mirror of
https://github.com/mgerb/react-starter
synced 2026-01-10 09:02:49 +00:00
added wrapper and navbar
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
body {
|
||||
padding-top: $navbarHeight;
|
||||
background-color: $gray1;
|
||||
color: $white;
|
||||
padding-left: $navbarWidth;
|
||||
}
|
||||
|
||||
.content {
|
||||
padding: 10px;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user