48 lines
701 B
Stylus
48 lines
701 B
Stylus
body
|
|
background-color: #202020
|
|
|
|
#worklistTab
|
|
background-color: #202020
|
|
|
|
#worklistContainer
|
|
background-color: #202020
|
|
color: white
|
|
|
|
#tabs
|
|
width: 100%
|
|
|
|
.nav-tabs
|
|
border-bottom: 1px solid #424242;
|
|
background-color: #202020
|
|
|
|
.tabTitle
|
|
background-color: #202020
|
|
border-color: #424242
|
|
padding: 3px 10px
|
|
|
|
&:hover
|
|
color: black
|
|
|
|
&.active
|
|
background-color: #202020
|
|
color: white
|
|
|
|
a
|
|
color: #424242
|
|
padding: 0 5px
|
|
cursor: pointer
|
|
float: left
|
|
|
|
&.close
|
|
font-size: 16pt
|
|
padding: 0 5px
|
|
font-weight: normal
|
|
float: left
|
|
|
|
.tab-content
|
|
width: 100%
|
|
height: calc(100% - 100px)
|
|
|
|
.tab-pane
|
|
width: 100%
|
|
height: 100% |