blob: e8a59fac9b0b54f713cb6d1f57412511e2df9507 [file] [log] [blame]
@import '../themes/themes.scss';
calendar-sk {
h2 {
margin: 0;
padding: 0;
}
td {
font-size: 120%;
text-align: center;
border: solid 2px var(--background);
padding: 2px;
}
td.today button {
color: var(--secondary);
}
td.selected button {
border: solid 1px var(--secondary);
font-weight: bold;
}
th.clickable {
cursor: pointer;
}
th.clickable:hover {
background: var(--surface-1dp);
}
tr.weekdayHeader {
opacity: 0.6;
}
th {
margin: 0;
padding: 0;
}
table.calendar button {
cursor: pointer;
margin: 0;
padding: 0em;
min-width: 16px;
min-height: 0;
height: 20px;
width: 20px;
margin: 0;
text-transform: none;
display: flex;
align-items: center;
justify-content: center;
navigate-next-icon-sk svg.icon-sk-svg,
navigate-before-icon-sk svg.icon-sk-svg {
width: 16px;
height: 16px;
}
}
}