asciinema.org/web/static/css/flash.sass
2017-06-02 15:40:24 +02:00

21 lines
325 B
Sass

section.flash
.container
padding-top: 10px
padding-bottom: 10px
font-weight: bold
text-align: center
&.notice
color: white
background-color: #06989a
&.alert
color: black
background-color: #c4a000
// bootstrap overrides
margin-bottom: 0
padding: 0
border: 0
border-radius: 0