53 lines
775 B
SCSS
53 lines
775 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
|
|
}
|
|
|
|
}
|
|
|
|
.reasonDialog{
|
|
min-width: 500px;
|
|
}
|
|
|
|
.edit-time-entry {
|
|
width: 200px
|
|
}
|
|
|
|
.right {
|
|
float: right;
|
|
}
|
|
|
|
.confirmed {
|
|
color: #97B92F;
|
|
}
|
|
|
|
.revise {
|
|
color: #f61e1e;
|
|
}
|
|
|
|
.sended {
|
|
color: #d19b25;
|
|
}
|