26 lines
632 B
SCSS
26 lines
632 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: $color-main-light;
|
|
border-bottom: 1px solid $color-primary;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
background-color: $color-bg;
|
|
}
|
|
|
|
vn-table vn-th.waste-family,
|
|
vn-table vn-td.waste-family {
|
|
max-width: 64px;
|
|
width: 64px
|
|
}
|
|
} |