You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
.template-calendar {
width: 300px;
background: var( --color-surface-2 );
border-radius: var( --border-radius--medium );
font-size: 0.875rem;
font-weight: 500;
}
/* Reset styles for using in calendar */
.template-calendar__header .template-prevnext {
margin-top: 0;
margin-bottom: 0;
background-color: transparent;
}
.template-calendar__grid {
border-top: 1px solid var( --border-color-base );
border-bottom: 1px solid var( --border-color-base );
padding: var( --space-xs );
display: grid;
000
1:0
Return to Template:Calendar/styles.css.