30 lines
500 B
Sass
30 lines
500 B
Sass
@import font-awesome
|
|
section.main-section
|
|
height: 100%
|
|
.top-menu
|
|
.menu-list-item
|
|
float: right
|
|
margin-left: 20px
|
|
cursor: pointer
|
|
border: 0.08em solid #eee
|
|
padding: 3px
|
|
border-radius: 0.1em
|
|
line-height: 1em
|
|
margin-top: 10px
|
|
&.active
|
|
color: yellow
|
|
border-color: yellow
|
|
span.icon
|
|
@extend .fa
|
|
@extend .fa-lg
|
|
&.needs-help
|
|
@extend .fa-bell
|
|
&.needs-payment
|
|
@extend .fa-money
|
|
#notice
|
|
a
|
|
color: white
|
|
li
|
|
span.currency
|
|
float: right
|