Sindbad~EG File Manager
.calendar {
display: block;
font-size: $font-size-sm;
border: 1px solid $border-color;
border-radius: $border-radius;
}
.calendar-nav {
display: flex;
align-items: center;
}
.calendar-title {
flex: 1;
text-align: center;
}
.calendar-body,
.calendar-header {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
padding: .5rem 0;
}
.calendar-header {
color: $text-muted;
}
.calendar-date {
flex: 0 0 divide(100%, 7);
max-width: divide(100%, 7);
padding: .2rem;
text-align: center;
border: 0;
&.prev-month,
&.next-month {
opacity: .25;
}
.date-item {
position: relative;
display: inline-block;
width: 1.4rem;
height: 1.4rem;
line-height: 1.4rem;
color: #66758c;
text-align: center;
text-decoration: none;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
background: 0 0;
border: 1px solid transparent;
border-radius: $border-radius-pill;
outline: 0;
@include transition(background $transition-time, border $transition-time, box-shadow .32s, color $transition-time);
&:hover {
color: $primary;
text-decoration: none;
background: #fefeff;
border-color: $border-color;
}
}
.date-today {
color: $primary;
border-color: $border-color;
}
}
.calendar-range {
position: relative;
&:before {
position: absolute;
top: 50%;
right: 0;
left: 0;
height: 1.4rem;
content: "";
background: rgba($primary, .1);
transform: translateY(-50%);
}
&.range-start,
&.range-end {
.date-item {
color: $white;
background: $primary;
border-color: $primary;
}
}
&.range-start:before {
left: 50%;
}
&.range-end:before {
right: 50%;
}
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists