Linter fixes

This commit is contained in:
Alex Gleason 2020-07-28 14:13:29 -05:00
parent 2aa553c6d5
commit 5333680a32
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
4 changed files with 3 additions and 3 deletions

View file

@ -173,11 +173,11 @@
white-space: nowrap;
overlow: hidden;
text-overflow: ellipsis;
background: hsl( var(--brand-color_h), var(--brand-color_s), 20% );
background: hsl(var(--brand-color_h), var(--brand-color_s), 20%);
padding: 5px;
&__label {
color: white;
color: #ffffff;
}
button {

View file

@ -260,7 +260,7 @@
position: absolute;
right: 0;
top: -49px;
@media screen and (max-width: $nav-breakpoint-2) {
top: -35px;
font-size: 14px;