MusicTopus/sass/ma-collection.scss
2022-02-23 08:41:30 +01:00

42 lines
752 B
SCSS

.ma-collection {
.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: #f14668;
&:hover {
color: #f03a5f;
}
}
}
}
.total {
margin: 1rem 0;
}
}