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

26 lines
597 B
SCSS
Raw Normal View History

2020-01-15 12:07:33 +00:00
@import "variables";
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 {
margin-bottom: 16px;
text-transform: uppercase;
2020-04-02 13:11:42 +00:00
font-size: 1.25rem;
2020-01-16 12:39:32 +00:00
line-height: 1;
padding: 7px;
padding-bottom: 7px;
padding-bottom: 4px;
font-weight: lighter;
background-color: #fde6ca;
2020-04-02 12:20:57 +00:00
border-bottom: 1px solid #f7931e;
2020-01-16 12:39:32 +00:00
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
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
}
2020-01-15 12:07:33 +00:00
}