forked from dbroqua/MusicTopus
issue/19 (#20)
!19 Co-authored-by: dbroqua <contact@darkou.fr> Reviewed-on: https://git.darkou.fr/dbroqua/MyMusicLibrary/pulls/20 Co-authored-by: Damien Broqua <dbroqua@noreply.localhost> Co-committed-by: Damien Broqua <dbroqua@noreply.localhost>
This commit is contained in:
parent
18d4970ebd
commit
a0f9ab1f45
35 changed files with 973 additions and 366 deletions
|
@ -1,10 +1,10 @@
|
|||
.flash {
|
||||
background-color: #d73455;
|
||||
background-color: $danger-color;
|
||||
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;
|
||||
box-shadow: var(--box-shadow-color) 0px 3px 6px 0px;
|
||||
color: $button-alternate-color;
|
||||
display: block;
|
||||
padding: 1.25rem;
|
||||
padding: 1.25rem;
|
||||
width: calc(100% - 6rem);
|
||||
margin: 2rem auto;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue