zotero/scss/wizard.scss

27 lines
532 B
SCSS
Raw Normal View History

2024-01-10 15:29:22 +00:00
// Override/enhance wizard styles
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@namespace html url("http://www.w3.org/1999/xhtml");
:host(:not(.specificity)) {
padding: 24px;
font-size: 12px;
}
:not(.specificity) {
2024-01-17 11:10:11 +00:00
.wizard-header-box-1 {
background: var(--material-sidepane);
}
2024-01-10 15:29:22 +00:00
.wizard-header-box-text {
padding: 0;
}
.wizard-header-label {
margin-inline-start: 0;
}
}
html|*.wizard-page-box:not(.specificity) {
padding: 16px 0;
}