2019-03-22 07:28:57 +00:00
|
|
|
@import "variables";
|
|
|
|
|
2019-10-23 15:38:35 +00:00
|
|
|
vn-worker-calendar {
|
|
|
|
.calendars {
|
2020-07-15 09:35:34 +00:00
|
|
|
position: relative;
|
2019-10-23 15:38:35 +00:00
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2019-03-22 07:28:57 +00:00
|
|
|
box-sizing: border-box;
|
2019-10-04 22:16:57 +00:00
|
|
|
padding: $spacing-md;
|
2023-09-01 09:49:08 +00:00
|
|
|
|
2019-10-23 15:38:35 +00:00
|
|
|
& > vn-calendar {
|
2021-11-18 15:02:47 +00:00
|
|
|
border: $border-thin;
|
2019-10-23 15:38:35 +00:00
|
|
|
margin: $spacing-md;
|
|
|
|
padding: $spacing-xs;
|
2020-04-02 12:52:02 +00:00
|
|
|
max-width: 288px;
|
2019-07-31 07:50:47 +00:00
|
|
|
}
|
2019-03-22 07:28:57 +00:00
|
|
|
}
|
2020-07-07 12:29:57 +00:00
|
|
|
|
|
|
|
vn-chip.selectable {
|
|
|
|
cursor: pointer
|
|
|
|
}
|
|
|
|
|
|
|
|
vn-chip.selectable:hover {
|
|
|
|
opacity: 0.8
|
|
|
|
}
|
|
|
|
|
|
|
|
vn-chip vn-avatar {
|
|
|
|
text-align: center;
|
|
|
|
color: white
|
|
|
|
}
|
2020-07-15 09:35:34 +00:00
|
|
|
|
|
|
|
vn-icon[icon="info"] {
|
2023-09-01 09:49:08 +00:00
|
|
|
position: absolute;
|
2020-07-15 09:35:34 +00:00
|
|
|
top: 16px;
|
|
|
|
right: 16px
|
|
|
|
}
|
2020-09-24 08:14:53 +00:00
|
|
|
|
|
|
|
vn-side-menu div > .input {
|
2021-11-18 15:02:47 +00:00
|
|
|
border-bottom: $border-thin;
|
2020-09-24 08:14:53 +00:00
|
|
|
}
|
2023-09-01 09:49:08 +00:00
|
|
|
|
2021-10-04 07:30:55 +00:00
|
|
|
.festive,
|
2021-09-16 10:13:20 +00:00
|
|
|
vn-avatar.today {
|
2021-11-18 13:00:45 +00:00
|
|
|
color: $color-font;
|
2020-09-24 08:44:12 +00:00
|
|
|
width: 24px;
|
|
|
|
min-width: 24px;
|
|
|
|
height: 24px
|
|
|
|
}
|
2021-09-16 10:13:20 +00:00
|
|
|
|
2021-10-04 07:30:55 +00:00
|
|
|
.festive {
|
2021-09-16 10:13:20 +00:00
|
|
|
border: 2px solid $color-alert
|
|
|
|
}
|
|
|
|
|
|
|
|
vn-avatar.today {
|
|
|
|
border: 2px solid $color-font-link
|
|
|
|
}
|
2023-09-01 09:49:08 +00:00
|
|
|
|
|
|
|
.check {
|
|
|
|
margin-top: 0.5px;
|
|
|
|
margin-left: -3px;
|
|
|
|
font-size: 125%;
|
|
|
|
}
|
2019-03-22 07:28:57 +00:00
|
|
|
}
|