Select Git revision
templates.css

Robert Goldmann authored
templates.css 434 B
.template-content-label {
font-weight: 600;
}
.template-header-name {
max-width: 50%;
}
.collapsible-header-button {
position: absolute;
right: 15px;
top: 8px;
font-weight: bold;
}
.template-selected {
background-color: var(--color-grey-light);
}
.template-icon {
height: 1.7rem;
margin-right: 1rem;
}
/* dark theme */
[data-theme="dark"] .template-selected {
background-color: #888888;
}