2019-10-23 15:38:35 +00:00
|
|
|
@import "effects";
|
|
|
|
|
|
|
|
vn-wday-picker {
|
|
|
|
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%;
|
|
|
|
padding: .4em;
|
|
|
|
margin: .2em;
|
|
|
|
display: inline-flex;
|
|
|
|
width: 1.5em;
|
|
|
|
height: 1.5em;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
outline: none;
|
|
|
|
background-color: rgba(0, 0, 0, .05);
|
|
|
|
|
|
|
|
&.marked {
|
|
|
|
background: $color-main;
|
|
|
|
color: $color-font-dark;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|