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
26
sass/box.scss
Normal file
26
sass/box.scss
Normal file
|
@ -0,0 +1,26 @@
|
|||
.box {
|
||||
background-color: var(--box-bg-color);
|
||||
border-radius: 6px;
|
||||
box-shadow: var(--box-shadow-color) 0px 3px 6px 0px;
|
||||
color: var(--font-color);
|
||||
display: block;
|
||||
padding: 1.25rem;
|
||||
width: calc(100% - 2rem);
|
||||
margin: auto;
|
||||
@include transition() {}
|
||||
|
||||
@include respond-to("small-up") {
|
||||
width: 65%;
|
||||
}
|
||||
@include respond-to("medium-up") {
|
||||
width: 35%;
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
button {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue