Skip to content

Commit

Permalink
Fixed things, finished things, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchas committed Jul 11, 2022
1 parent f094a5b commit e4f9af7
Show file tree
Hide file tree
Showing 3 changed files with 135 additions and 98 deletions.
6 changes: 4 additions & 2 deletions src/styles/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ label,
padding: 2px 0 6px;
display: block;
color: var(--text);
font-size: 15px;
font-size: 0.9em;
font-weight: 500;

b {
Expand All @@ -32,6 +32,9 @@ label,
flex-direction: column;
justify-content: center;
}
&.small{
font-size: 0.8em;
}

}

Expand Down Expand Up @@ -237,7 +240,6 @@ select {
border-bottom-left-radius: var(--borderRadius);
background-color: var(--background);
border: 1px solid var(--border);
border-right: none;
white-space: nowrap;

i {
Expand Down
4 changes: 3 additions & 1 deletion src/styles/helpers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@
// Achromatopsia
.colorblind_achromatopsia{filter: url('~@/assets/color_blind_filters.svg#achromatopsia');}
// Achromatomaly
.colorblind_achromatomaly{filter: url('~@/assets/color_blind_filters.svg#achromatomaly');}
.colorblind_achromatomaly{
filter: url('~@/assets/color_blind_filters.svg#achromatomaly');
}


// Spacing helpers
Expand Down
Loading

0 comments on commit e4f9af7

Please sign in to comment.