forked from AkkomaGang/akkoma-fe
fix for notices being glued together
This commit is contained in:
parent
f0f56bf148
commit
4e4c96dfaf
1 changed files with 5 additions and 6 deletions
|
@ -44,20 +44,18 @@
|
||||||
max-width: calc(100% - 3em);
|
max-width: calc(100% - 3em);
|
||||||
display: flex;
|
display: flex;
|
||||||
padding-left: 1.5em;
|
padding-left: 1.5em;
|
||||||
line-height: 2em;
|
line-height: 2;
|
||||||
|
margin-bottom: 0.5em;
|
||||||
|
|
||||||
.notice-message {
|
.notice-message {
|
||||||
flex: 1 1 100%;
|
flex: 1 1 100%;
|
||||||
}
|
}
|
||||||
i {
|
|
||||||
flex: 0 0;
|
|
||||||
width: 1.5em;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.global-error {
|
.global-error {
|
||||||
background-color: var(--alertPopupError, $fallback--cRed);
|
background-color: var(--alertPopupError, $fallback--cRed);
|
||||||
color: var(--alertPopupErrorText, $fallback--text);
|
color: var(--alertPopupErrorText, $fallback--text);
|
||||||
|
|
||||||
.svg-inline--fa {
|
.svg-inline--fa {
|
||||||
color: var(--alertPopupErrorText, $fallback--text);
|
color: var(--alertPopupErrorText, $fallback--text);
|
||||||
}
|
}
|
||||||
|
@ -66,6 +64,7 @@
|
||||||
.global-warning {
|
.global-warning {
|
||||||
background-color: var(--alertPopupWarning, $fallback--cOrange);
|
background-color: var(--alertPopupWarning, $fallback--cOrange);
|
||||||
color: var(--alertPopupWarningText, $fallback--text);
|
color: var(--alertPopupWarningText, $fallback--text);
|
||||||
|
|
||||||
.svg-inline--fa {
|
.svg-inline--fa {
|
||||||
color: var(--alertPopupWarningText, $fallback--text);
|
color: var(--alertPopupWarningText, $fallback--text);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue