2019-10-23 15:38:35 +00:00
|
|
|
@import "effects";
|
|
|
|
|
2019-10-28 16:31:33 +00:00
|
|
|
.vn-wday-picker {
|
2019-10-23 15:38:35 +00:00
|
|
|
text-align: center;
|
|
|
|
|
2019-10-24 10:44:36 +00:00
|
|
|
&:focus {
|
|
|
|
outline: solid 1px rgba(0, 0, 0, .1);
|
|
|
|
}
|
2019-10-23 15:38:35 +00:00
|
|
|
& > span {
|
|
|
|
@extend %clickable;
|
|
|
|
border-radius: 50%;
|
2020-04-02 12:20:57 +00:00
|
|
|
padding: 6px;
|
|
|
|
margin: 3px;
|
2019-10-23 15:38:35 +00:00
|
|
|
display: inline-flex;
|
2020-04-02 12:52:02 +00:00
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
2019-10-23 15:38:35 +00:00
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
outline: none;
|
|
|
|
background-color: rgba(0, 0, 0, .05);
|
|
|
|
|
|
|
|
&.marked {
|
2019-11-10 10:08:44 +00:00
|
|
|
background: $color-button;
|
2019-10-23 15:38:35 +00:00
|
|
|
color: $color-font-dark;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|