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
|
@ -43,25 +43,25 @@
|
|||
width: 1200;
|
||||
}
|
||||
|
||||
|
||||
|
||||
header,
|
||||
footer {
|
||||
align-items: center;
|
||||
background-color: #f5f5f5;
|
||||
background-color: var(--navbar-color);
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
justify-content: flex-start;
|
||||
padding: 0.75rem;
|
||||
position: relative;
|
||||
@include transition() {}
|
||||
}
|
||||
|
||||
header {
|
||||
border-bottom: 1px solid #dbdbdb;
|
||||
border-bottom: 1px solid var(--border-color);
|
||||
border-top-left-radius: 6px;
|
||||
border-top-right-radius: 6px;
|
||||
justify-content: space-between;
|
||||
font-size: 1.5rem;
|
||||
@include transition() {}
|
||||
|
||||
button {
|
||||
user-select: none;
|
||||
|
@ -85,7 +85,7 @@
|
|||
|
||||
&::before,
|
||||
&::after {
|
||||
background-color: #fff;
|
||||
background-color: var(--default-color);
|
||||
content: "";
|
||||
display: block;
|
||||
left: 50%;
|
||||
|
@ -105,16 +105,17 @@
|
|||
}
|
||||
}
|
||||
section {
|
||||
background-color: #fff;
|
||||
background-color: var(--default-color);
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
overflow: auto;
|
||||
padding: 20px;
|
||||
@include transition() {}
|
||||
}
|
||||
footer {
|
||||
border-bottom-left-radius: 6px;
|
||||
border-bottom-right-radius: 6px;
|
||||
border-top: 1px solid #dbdbdb;
|
||||
border-top: 1px solid var(--border-color);
|
||||
|
||||
.button:not(:last-child) {
|
||||
margin-right: .5em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue