This commit is contained in:
kolaente 2020-11-28 13:11:07 +01:00
parent 6addbcf8bd
commit 693d89bf4c
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 35 additions and 35 deletions

View File

@ -7,49 +7,49 @@
position: absolute;
z-index: 99;
width: 320px;
background: $white;
border-radius: $radius;
box-shadow: $card-shadow;
background: $white;
border-radius: $radius;
box-shadow: $card-shadow;
a {
display: flex;
align-items: center;
padding: 0 .5rem;
width: 100%;
height: 2.25rem;
color: $text;
transition: all $transition;
a {
display: flex;
align-items: center;
padding: 0 .5rem;
width: 100%;
height: 2.25rem;
color: $text;
transition: all $transition;
&:first-child {
border-radius: $radius $radius 0 0;
}
&:first-child {
border-radius: $radius $radius 0 0;
}
&:hover {
background: $light;
}
&:hover {
background: $light;
}
.text {
width: 100%;
font-size: .85rem;
display: flex;
justify-content: space-between;
padding-right: .25rem;
.text {
width: 100%;
font-size: .85rem;
display: flex;
justify-content: space-between;
padding-right: .25rem;
.weekday {
color: $text-light;
text-transform: capitalize;
}
}
.weekday {
color: $text-light;
text-transform: capitalize;
}
}
.icon {
width: 2rem;
text-align: center;
}
}
.icon {
width: 2rem;
text-align: center;
}
}
.flatpickr-calendar {
margin: 0 auto 8px;
box-shadow: none;
margin: 0 auto 8px;
box-shadow: none;
}
}
}