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

19 lines
449 B
SCSS
Raw Normal View History

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;
font-size: 15pt;
line-height: 1;
padding: 7px;
padding-bottom: 7px;
padding-bottom: 4px;
font-weight: lighter;
background-color: #fde6ca;
border-bottom: 0.1em solid #f7931e;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
2020-01-15 12:07:33 +00:00
}
}