2020-01-15 12:07:33 +00:00
|
|
|
@import "variables";
|
|
|
|
|
2020-01-16 12:39:32 +00:00
|
|
|
vn-item-waste {
|
|
|
|
.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
|
|
|
}
|
2020-01-21 08:17:55 +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-21 08:17:55 +00:00
|
|
|
}
|
2020-01-15 12:07:33 +00:00
|
|
|
}
|