25 lines
578 B
SCSS
25 lines
578 B
SCSS
|
@import "variables";
|
||
|
|
||
|
vn-upcoming-deliveries {
|
||
|
.header {
|
||
|
margin-bottom: 16px;
|
||
|
text-transform: uppercase;
|
||
|
font-size: 1.25rem;
|
||
|
line-height: 1;
|
||
|
padding: 7px;
|
||
|
padding-bottom: 7px;
|
||
|
padding-bottom: 4px;
|
||
|
font-weight: lighter;
|
||
|
background-color: #fde6ca;
|
||
|
border-bottom: 1px solid #f7931e;
|
||
|
white-space: nowrap;
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
}
|
||
|
|
||
|
vn-table vn-th.waste-family,
|
||
|
vn-table vn-td.waste-family {
|
||
|
max-width: 64px;
|
||
|
width: 64px
|
||
|
}
|
||
|
}
|