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/_warning_bar.sass

28 lines
417 B

.warning-bar--wrapper
position: fixed
bottom: 0
z-index: 1001
width: 100%
.warning-bar--item
background-color: #f4f4aa
padding: 10px
display: flex
align-items: center
h1
font-size: 12px
font-weight: bold
p
font-size: 0.9rem
margin: 0
a
font-weight: bold
.warning-bar--disable-on-hover
cursor: pointer
.warning-bar--item:hover &:before
@include icon-mixin-close