Skip to content

Commit

Permalink
Fix lint error on main.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxcrawford committed Aug 3, 2021
1 parent ee1e4a6 commit 212e4b7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions static/scss/partials/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1442,6 +1442,8 @@ input.input-has-error {
outline: none;
background: #2F2F54;
z-index: 1;
color: $color-white;
width: 100%;
}

.mobile-menu-label {
Expand Down Expand Up @@ -1473,11 +1475,6 @@ input.input-has-error {
transition: all .4s ease;
}

.mobile-menu-toggle {
color: $color-white;
width: 100%;
}

.mobile-menu-link {
color: rgba(255, 255, 255, 1);
width: 100%;
Expand Down

0 comments on commit 212e4b7

Please sign in to comment.