salix/modules/agency/front/events/style.scss

28 lines
660 B
SCSS
Raw Normal View History

2019-09-25 18:06:42 +00:00
@import "effects";
vn-zone-events {
.week-days {
margin-top: $spacing-sm;
margin-bottom: $spacing-md;
2019-09-25 18:06:42 +00:00
text-align: center;
& > 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;
2019-09-25 21:09:10 +00:00
background-color: rgba(0, 0, 0, .05);
2019-09-25 18:06:42 +00:00
&.marked {
background: $color-main;
color: $color-font-dark;
}
}
}
}