22 lines
362 B
Sass
22 lines
362 B
Sass
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
|
|
#notice
|
|
a
|
|
color: white
|
|
li
|
|
span.currency
|
|
float: right
|