36 lines
602 B
Stylus
36 lines
602 B
Stylus
@import "{design}/app"
|
|
|
|
#viewer
|
|
width: 100%
|
|
height: 100%
|
|
margin: 0
|
|
padding: 0
|
|
background-color: black
|
|
|
|
|
|
//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
|