2019-05-17 11:27:51 +00:00
|
|
|
@import "variables";
|
|
|
|
|
|
|
|
vn-worker-time-control {
|
2019-11-05 07:59:48 +00:00
|
|
|
vn-thead > vn-tr > vn-td > div.weekday {
|
2019-05-17 11:27:51 +00:00
|
|
|
margin-bottom: 5px;
|
|
|
|
color: $color-main
|
|
|
|
}
|
|
|
|
vn-td.hours {
|
2019-11-05 10:57:05 +00:00
|
|
|
min-width: 100px;
|
2019-05-17 11:27:51 +00:00
|
|
|
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;
|
2019-11-21 10:16:10 +00:00
|
|
|
justify-content: center;
|
2020-04-02 12:20:57 +00:00
|
|
|
padding: 4px 0;
|
2023-02-22 14:12:25 +00:00
|
|
|
|
2019-05-21 10:56:29 +00:00
|
|
|
& > vn-icon {
|
|
|
|
color: $color-font-secondary;
|
2020-04-02 12:20:57 +00:00
|
|
|
padding-right: 1px;
|
2019-05-21 10:56:29 +00:00
|
|
|
}
|
2019-05-17 11:27:51 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.totalBox {
|
|
|
|
max-width: none
|
|
|
|
}
|
2021-06-18 10:32:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.edit-time-entry {
|
|
|
|
width: 200px
|
2023-02-22 14:12:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.right {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.confirmed {
|
|
|
|
color: #97B92F;
|
|
|
|
}
|