You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
366 B
33 lines
366 B
|
|
#menuLeft{
|
|
background: $light-grey;
|
|
}
|
|
|
|
#MainContent{
|
|
margin-top: 0;
|
|
min-height: auto;
|
|
}
|
|
|
|
.sheet-box{
|
|
border: 1px solid $green;
|
|
background: white;
|
|
}
|
|
|
|
@media only screen and ( min-width: 768px ) {
|
|
|
|
#MainContent{
|
|
margin-top: 120px;
|
|
}
|
|
#menuLeft{
|
|
min-height: calc(100vh - 120px);
|
|
}
|
|
|
|
}
|
|
|
|
@media only screen and (min-width: 1024px) {
|
|
|
|
|
|
}
|
|
|
|
|
|
|