50 lines
684 B
SCSS
50 lines
684 B
SCSS
description {
|
|
margin: 0 0 1.5em;
|
|
}
|
|
|
|
/* Intro pane */
|
|
#report-start {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
#zotero-error-message {
|
|
padding: 5px !important;
|
|
outline: 0;
|
|
flex: 1;
|
|
margin-bottom: 1em !important;
|
|
}
|
|
|
|
#zotero-unrelated-message {
|
|
margin: 1.5em 0 .5em;
|
|
}
|
|
|
|
#zotero-advance-message {
|
|
margin: .5em 0;
|
|
}
|
|
|
|
/* Additional Info pane */
|
|
#zotero-email-address-box {
|
|
margin-bottom: 1.5em;
|
|
}
|
|
|
|
#zotero-email-address-box {
|
|
-moz-box-align: center;
|
|
}
|
|
|
|
#zotero-email-address-box label {
|
|
margin-left: 0;
|
|
}
|
|
|
|
#zotero-error-steps-box description {
|
|
margin-bottom: .4em;
|
|
}
|
|
|
|
/* Submitted pane */
|
|
|
|
#zotero-report-id {
|
|
color: red;
|
|
font-weight: 600;
|
|
outline: 0;
|
|
background: none;
|
|
}
|