20 lines
314 B
SCSS
20 lines
314 B
SCSS
|
@import "variables";
|
||
|
|
||
|
vn-worker-time-control {
|
||
|
vn-thead > vn-tr > vn-td > div {
|
||
|
margin-bottom: 5px;
|
||
|
color: $color-main
|
||
|
}
|
||
|
|
||
|
vn-td.hours {
|
||
|
vertical-align: top;
|
||
|
|
||
|
vn-label-value {
|
||
|
padding: .6em .5em
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.totalBox {
|
||
|
max-width: none
|
||
|
}
|
||
|
}
|