Files
mozo-backend/app/assets/stylesheets/supplier/foundation1/components/_nav_side.sass
T

46 lines
889 B
Sass

.side-menu
background-color: #444
position: fixed
display: none
left: -222px
top: 0
width: 222px
height: 100%
opacity: 0.9
border-right: 2px solid black
z-index: 8050
color: white
h3
color: white
margin-bottom: 3px
ul
list-style: none
li
font-size: 1.2em
margin-bottom: 11px
a
color: white
.title
border-bottom: 1px solid #aaa
margin-bottom: 4px
.icon.settings
margin-right: 18px
.about-mozo-icon
margin-right: 18px
@extend .fa, .fa-info-circle
.sign-out-icon
@extend .fa, .fa-caret-square-o-left
margin-right: 18px
.fa
margin-right: 18px
a.active
color: $current-color
.supplier-close-shop
+alert($bg: $alert-color, $radius: true)
padding: 3px
margin-right: 20px
.supplier-open-shop
+alert($bg: $primary-color, $radius: true)
padding: 3px
margin-right: 20px