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

53 lines
775 B
SCSS
Raw Normal View History

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;
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
}
}
.reasonDialog{
min-width: 500px;
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 {
2023-02-23 09:44:08 +00:00
color: #97B92F;
}
.revise {
color: #f61e1e;
}
.sended {
color: #d19b25;
2023-02-22 14:12:25 +00:00
}