salix/modules/item/front/waste/index/style.scss

37 lines
755 B
SCSS
Raw Normal View History

2020-01-15 12:07:33 +00:00
@import "variables";
@import "effects";
2020-01-15 12:07:33 +00:00
2021-03-30 08:28:44 +00:00
vn-item-waste-index,
vn-item-waste-detail {
2020-01-16 12:39:32 +00:00
.header {
padding: 12px 0 5px 0;
color: gray;
font-size: 1.2rem;
border-bottom: $border;
margin-bottom: 10px;
& > vn-none > vn-icon {
@extend %clickable-light;
color: $color-button;
font-size: 1.4rem;
}
vn-none > .arrow {
transition: transform 200ms;
}
2020-01-15 12:07:33 +00:00
}
vn-table vn-th.waste-family,
vn-table vn-td.waste-family {
2020-04-02 12:20:57 +00:00
max-width: 64px;
width: 64px
}
.hidden {
display: none;
}
.header > vn-none > .arrow.hidden {
display: block;
transform: rotate(180deg);
}
2020-01-15 12:07:33 +00:00
}