ghost
3 years ago
4 changed files with 27 additions and 27 deletions
@ -0,0 +1,24 @@ |
|||||||
|
|
||||||
|
.moduleMenu { |
||||||
|
margin-bottom: 6px |
||||||
|
} |
||||||
|
|
||||||
|
.moduleMenu .item { |
||||||
|
display: inline-block; |
||||||
|
background: rgba(39, 46, 57, 0.28); |
||||||
|
border-radius: 3px; |
||||||
|
cursor: pointer; |
||||||
|
text-align: center; |
||||||
|
padding: 8px 16px; |
||||||
|
margin: 2px |
||||||
|
} |
||||||
|
|
||||||
|
.moduleMenu .item.active, |
||||||
|
.moduleMenu .item:hover { |
||||||
|
background: #272E39; |
||||||
|
} |
||||||
|
|
||||||
|
.moduleMenu .item span { |
||||||
|
font-size: 12px; |
||||||
|
margin: 0 8px |
||||||
|
} |
Loading…
Reference in new issue