framework7
Version:
Full featured mobile HTML framework for building iOS & Android apps
46 lines (44 loc) • 784 B
text/less
.ios {
.toolbar .calendar-month-selector,
.toolbar .calendar-year-selector {
justify-content: space-between;
.link {
padding: 0;
}
.current-month-value,
.current-year-value {
flex-shrink: 1;
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: block;
}
}
.calendar {
.toolbar {
position: relative;
margin-bottom: 16px;
overflow: visible;
&::before,
&::after {
display: none;
}
}
}
.calendar-popover .toolbar {
overflow: visible;
}
.calendar-modal {
.ios-glass-backdrop();
}
.calendar-header {
.toolbar-pane {
height: auto;
}
a.link {
width: 48px;
height: 48px;
}
}
}