Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
williammck committed May 29, 2024
1 parent 95b06f3 commit 5743a7d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 12 deletions.
1 change: 0 additions & 1 deletion scss/vatsim/_group-colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
color: #{$color};
}
}

1 change: 0 additions & 1 deletion scss/vatsim/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
@import "group-colors";
@import "mobile-categories";
@import "overrides";

5 changes: 2 additions & 3 deletions scss/vatsim/_overrides.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
.navigation-container {
margin-top: 0;
margin-top: 0;
}

.mobile-view .navigation-categories .navigation-container {
margin-top: 1em;
margin-top: 1em;
}

14 changes: 7 additions & 7 deletions scss/vatsim/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
$vatsim-staff-color: #dc2e17;

$vatsim-group-colors: (
"Tech": $vatsim-staff-color,
"Staff": $vatsim-staff-color,
"BoG": $vatsim-staff-color,
"Supervisor": $vatsim-staff-color,
"vatsim_staff": $vatsim-staff-color,
"Tech": $vatsim-staff-color,
"Staff": $vatsim-staff-color,
"BoG": $vatsim-staff-color,
"Supervisor": $vatsim-staff-color,
"vatsim_staff": $vatsim-staff-color,
"community_team": $vatsim-staff-color,
"VSOA": $vatsim-staff-color,
"virtualairline": $vatsim-staff-color
"VSOA": $vatsim-staff-color,
"virtualairline": $vatsim-staff-color,
);

0 comments on commit 5743a7d

Please sign in to comment.