enotaryo-landing/EnotaryoPH/EnotaryoPH.Web/wwwroot/css/Bootstrap-4-Calendar-No-Custom-Code.css
2024-12-14 11:51:20 +00:00

76 lines
1010 B
CSS

.calendar {
border-radius: 10px;
}
.month {
font-size: 2rem;
}
@media (min-width: 992px) {
.month {
font-size: 3.5rem;
}
}
.calendar ol li {
float: left;
width: 14.28571%;
}
.calendar .day-names {
border-bottom: 1px solid #eee;
}
.calendar .day-names li {
text-transform: uppercase;
}
.calendar .days li {
border: 1px solid #eee;
min-height: 5rem;
}
.calendar .days li .date {
margin: 0.5rem 0;
}
.calendar .days li .event {
font-size: 0.75rem;
padding: 0.4rem;
color: white;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
border-radius: 4rem;
margin-bottom: 1px;
}
.calendar .days li .event.span-2 {
width: 200%;
}
.calendar .days li .event.begin {
border-radius: 1rem 0 0 1rem;
}
.calendar .days li .event.end {
border-radius: 0 1rem 1rem 0;
}
.calendar .days li .event.clear {
background: none;
}
.calendar .days li.outside .date {
color: #ddd;
}
.date span {
margin-left: 3px;
}
.date {
margin-top: 0px !important;
}