forked from dbroqua/MusicTopus
issue/1 (#31)
Co-authored-by: dbroqua <contact@darkou.fr> Reviewed-on: https://git.darkou.fr/dbroqua/MusicTopus/pulls/31
This commit is contained in:
parent
ac72c1c13c
commit
aeb5df067c
28 changed files with 630 additions and 66 deletions
48
sass/collection.scss
Normal file
48
sass/collection.scss
Normal file
|
@ -0,0 +1,48 @@
|
|||
.collection {
|
||||
h1 {
|
||||
i {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
.filters {
|
||||
display: flex;
|
||||
justify-content: end;
|
||||
padding: 0.5rem 0;
|
||||
|
||||
.field {
|
||||
padding: 0 0.5rem;
|
||||
|
||||
select {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
@include respond-to("small-up") {
|
||||
&:last-child {
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@include respond-to("small") {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
.list{
|
||||
.title {
|
||||
.icon-trash {
|
||||
cursor: pointer;
|
||||
color: $danger-color;
|
||||
@include transition() {}
|
||||
|
||||
&:hover {
|
||||
color: $danger-color-hl;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.total {
|
||||
margin: 0.75rem 0;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue