CSS fixes
This commit is contained in:
parent
6bf6f256c3
commit
5d7393d6ee
3 changed files with 5 additions and 5 deletions
|
@ -480,11 +480,11 @@
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
color: var(--primary-text-color);
|
color: var(--primary-text-color);
|
||||||
background: var(--brand-color--med);
|
background: var(--accent-color--med);
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: var(--primary-text-color);
|
color: var(--primary-text-color);
|
||||||
background: var(--brand-color--med);
|
background: var(--accent-color--med);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -340,7 +340,7 @@
|
||||||
|
|
||||||
.actions-modal {
|
.actions-modal {
|
||||||
.status {
|
.status {
|
||||||
background: #ffffff;
|
background: var(--background-color);
|
||||||
border-bottom-color: var(--background-color);
|
border-bottom-color: var(--background-color);
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
|
@ -465,7 +465,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: var(--primary-text-color);
|
color: var(--primary-text-color);
|
||||||
background: #ffffff;
|
background: var(--background-color);
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
|
|
@ -181,7 +181,7 @@
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: var(--primary-text-color);
|
color: var(--primary-text-color);
|
||||||
background: var(--brand-color--med);
|
background: var(--accent-color--faint);
|
||||||
cursor: default;
|
cursor: default;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
|
|
Loading…
Reference in a new issue