parent
e1771ba673
commit
94aaeb62b3
@ -1,38 +0,0 @@ |
|||||||
var csjs = require('csjs-inject') |
|
||||||
var styleGuide = require('../../ui/styles-guide/theme-chooser') |
|
||||||
var styles = styleGuide.chooser() |
|
||||||
|
|
||||||
var css = csjs` |
|
||||||
li.active { |
|
||||||
background-color: ${styles.rightPanel.backgroundColor_Tab}; |
|
||||||
color: ${styles.appProperties.mainText_Color} |
|
||||||
} |
|
||||||
.options { |
|
||||||
float: left; |
|
||||||
padding-top: 0.7em; |
|
||||||
min-width: 60px; |
|
||||||
font-size: 0.9em; |
|
||||||
cursor: pointer; |
|
||||||
font-size: 1em; |
|
||||||
text-align: center; |
|
||||||
} |
|
||||||
.opts { |
|
||||||
display: flex; |
|
||||||
list-style: none; |
|
||||||
margin: 0; |
|
||||||
padding: 0; |
|
||||||
} |
|
||||||
.opts_li { |
|
||||||
display: block; |
|
||||||
font-weight: bold; |
|
||||||
color: ${styles.rightPanel.text_Teriary} |
|
||||||
} |
|
||||||
.opts_li.active { |
|
||||||
color: ${styles.rightPanel.text_Primary} |
|
||||||
} |
|
||||||
.opts_li:hover { |
|
||||||
color: ${styles.rightPanel.icon_HoverColor_TogglePanel} |
|
||||||
} |
|
||||||
` |
|
||||||
|
|
||||||
module.exports = css |
|
Loading…
Reference in new issue