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 {
|
2019-10-23 15:38:35 +00:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
padding: .3em 0;
|
2019-05-21 10:56:29 +00:00
|
|
|
|
|
|
|
& > vn-icon {
|
|
|
|
color: $color-font-secondary;
|
2019-10-23 15:38:35 +00:00
|
|
|
padding-right: .1em;
|
2019-05-21 10:56:29 +00:00
|
|
|
}
|
2019-05-17 11:27:51 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.totalBox {
|
|
|
|
max-width: none
|
|
|
|
}
|
|
|
|
}
|