Default layout, Responsive sidebar
This commit is contained in:
@@ -1,14 +1,11 @@
|
||||
.navbar-toggler {
|
||||
background-color: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
@import '../Style/_variables';
|
||||
|
||||
.top-row {
|
||||
height: 60px;
|
||||
background-color: rgba(0,0,0,0.4);
|
||||
}
|
||||
nav {
|
||||
padding-top: 50px;
|
||||
|
||||
.navbar-brand {
|
||||
font-size: 1.1rem;
|
||||
@media screen and (min-width: #{$breakpointM}px) {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.oi {
|
||||
@@ -49,14 +46,3 @@
|
||||
background-color: rgba(255,255,255,0.1);
|
||||
color: #64ae24;
|
||||
}
|
||||
|
||||
@media (min-width: 641px) {
|
||||
.navbar-toggler {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.collapse {
|
||||
/* Never collapse the sidebar for wide screens */
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user