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/content/_editable_toolbar.sass

29 lines
594 B

// Provide and editable container toolbar
.toolbar-container.-editable
.title-container
span:hover
text-decoration: none
// Avoid default float of toolbar
.toolbar-items
float: none
margin-left: 1rem
// Fix up default margins of items in floating toolbar
.button
margin: 0
.title-container.-small
.editable-toolbar-title--fixed
font-size: 1.2rem
line-height: 32px
input[type="text"].toolbar--editable-toolbar
color: $toolbar-title-color
font-size: 20px
font-weight: bold
height: 34px
.-small &
font-size: 18px
height: 32px