forked from dbroqua/MusicTopus
{WIP} Bulma => Knacss (toastr & flash)
This commit is contained in:
parent
fe0a51e707
commit
2209b410f1
6 changed files with 110 additions and 52 deletions
14
sass/flash.scss
Normal file
14
sass/flash.scss
Normal file
|
@ -0,0 +1,14 @@
|
|||
.flash {
|
||||
background-color: #f14668;
|
||||
border-radius: 6px;
|
||||
box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);
|
||||
color: #fff;
|
||||
display: block;
|
||||
padding: 1.25rem;
|
||||
width: calc(100% - 6rem);
|
||||
margin: 2rem auto;
|
||||
|
||||
.header {
|
||||
font-weight: 800;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue