salix/modules/worker/front/time-control/style.scss

25 lines
503 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;
& > section {
display: flex;
align-items: center;
padding: .3em 0;
& > vn-icon {
color: $color-font-secondary;
padding-right: .1em;
}
}
}
.totalBox {
max-width: none
}
}