2022-02-18 16:53:54 +01:00
|
|
|
.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 {
|
2022-02-23 08:41:30 +01:00
|
|
|
.icon-trash {
|
2022-02-20 21:52:47 +01:00
|
|
|
cursor: pointer;
|
|
|
|
color: #f14668;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
color: #f03a5f;
|
|
|
|
}
|
|
|
|
}
|
2022-02-18 16:53:54 +01:00
|
|
|
}
|
|
|
|
}
|
2022-02-22 08:43:52 +01:00
|
|
|
|
|
|
|
.total {
|
|
|
|
margin: 1rem 0;
|
|
|
|
}
|
2022-02-18 16:53:54 +01:00
|
|
|
}
|