2019-05-17 11:27:51 +00:00
|
|
|
@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;
|
|
|
|
|
2019-05-21 10:56:29 +00:00
|
|
|
& > section {
|
|
|
|
position: relative;
|
|
|
|
padding: .6em 0;
|
|
|
|
|
|
|
|
& > vn-icon {
|
|
|
|
position: absolute;
|
|
|
|
margin-left: -1.3em;
|
|
|
|
margin-top: -3px;
|
|
|
|
color: $color-font-secondary;
|
|
|
|
}
|
2019-05-17 11:27:51 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.totalBox {
|
|
|
|
max-width: none
|
|
|
|
}
|
|
|
|
}
|