CSS fixes

This commit is contained in:
Alex Gleason 2020-06-08 14:04:39 -05:00
parent 6bf6f256c3
commit 5d7393d6ee
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
3 changed files with 5 additions and 5 deletions

View file

@ -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);
} }
} }
} }

View file

@ -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;

View file

@ -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;