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

31 lines
611 B
SCSS

@import "variables";
vn-worker-time-control {
vn-thead > vn-tr > vn-td > div.weekday {
margin-bottom: 5px;
color: $color-main
}
vn-td.hours {
min-width: 100px;
vertical-align: top;
& > section {
display: flex;
align-items: center;
justify-content: center;
padding: 4px 0;
& > vn-icon {
color: $color-font-secondary;
padding-right: 1px;
}
}
}
.totalBox {
max-width: none
}
}
.edit-time-entry {
width: 200px
}