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

28 lines
480 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;
background-color: $color-bg;
font-size: 1.2rem;
margin-bottom: 10px;
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;
}
.arrow.hidden {
display: block;
transform: rotate(180deg);
}
}