Logged out CSS fixes
This commit is contained in:
parent
e78d8d59b6
commit
73fd6d67f9
2 changed files with 3 additions and 3 deletions
|
@ -83,12 +83,12 @@ button {
|
||||||
}
|
}
|
||||||
|
|
||||||
&.button-alternative-2 {
|
&.button-alternative-2 {
|
||||||
background: var(--brand-color--med);
|
background: var(--accent-color);
|
||||||
|
|
||||||
&:active,
|
&:active,
|
||||||
&:focus,
|
&:focus,
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: var(--brand-color--faint);
|
background-color: var(--accent-color--bright);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -658,7 +658,7 @@
|
||||||
.empty-column-indicator,
|
.empty-column-indicator,
|
||||||
.error-column {
|
.error-column {
|
||||||
color: var(--primary-text-color);
|
color: var(--primary-text-color);
|
||||||
background: var(--brand-color--med);
|
background: var(--accent-color--med);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 40px;
|
padding: 40px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
|
|
Loading…
Reference in a new issue