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:
Damien Broqua 2022-03-01 16:09:46 +01:00
parent 18d4970ebd
commit a0f9ab1f45
35 changed files with 973 additions and 366 deletions

View file

@ -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;