38 lines
665 B
Stylus
38 lines
665 B
Stylus
@import "{design}/app"
|
|
|
|
#viewer
|
|
align-items: stretch
|
|
background-color: black
|
|
display: flex
|
|
flex-flow: column wrap
|
|
height: 100%
|
|
margin: 0
|
|
padding: 0
|
|
width: 100%
|
|
|
|
//font awesome icons
|
|
.fa-cr:before
|
|
content: 'CR'
|
|
font-weight: bold
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
|
|
|
|
.fa-un:before
|
|
content: 'UN'
|
|
font-weight: bold
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
|
|
|
|
.fa-ex:before
|
|
content: 'EX'
|
|
font-weight: bold
|
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
|
|
|
|
#btnCollapse
|
|
background-color: #333
|
|
border-color: black
|
|
|
|
&.active
|
|
border-color: #333
|
|
|
|
.btnCollapseIcon
|
|
color: white
|