kanbanworkflowstimelinescrumrubyroadmapproject-planningproject-managementopenprojectangularissue-trackerifcgantt-chartganttbug-trackerboardsbcf
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
797 B
51 lines
797 B
11 years ago
|
.toolbar-container
|
||
|
$line-height: 20px
|
||
|
$padding: 10px
|
||
|
$sub-min-width: 200px
|
||
|
$sub-max-width: 300px
|
||
|
$drop-item-back-color: #a91e2f
|
||
|
|
||
|
height: $header_height
|
||
|
padding: 0px
|
||
|
|
||
|
ul
|
||
|
margin: 0
|
||
|
padding: 0
|
||
|
float: right
|
||
|
|
||
|
li
|
||
|
list-style-type: none
|
||
|
float: left
|
||
|
margin-right: 5 //$drop-nav-spacing // spacing between nav items
|
||
|
//font-size: $font-size
|
||
|
//line-height: $line-height
|
||
|
|
||
|
a.last, .last
|
||
|
margin-right: 0px
|
||
|
|
||
|
|
||
|
.title-container
|
||
|
$line-height: 20px
|
||
|
$padding: 10px
|
||
|
$sub-max-width: 300px
|
||
|
$drop-item-back-color: #a91e2f
|
||
|
|
||
|
span
|
||
|
color: #06799F
|
||
|
font-size: 1.5em
|
||
|
|
||
|
&:hover
|
||
|
text-decoration: underline
|
||
|
|
||
|
float: left
|
||
|
height: $header_height
|
||
|
padding: 0px
|
||
|
|
||
|
ul
|
||
|
margin: 0
|
||
|
padding: 0
|
||
|
float: left
|
||
|
|
||
|
li
|
||
|
float: none
|