OpenProject is the leading open source project management software.
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.
 
 
 
 
 
 
openproject/app/assets/stylesheets/layout/_toolbar.css.sass

50 lines
797 B

.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