Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
drodichkin committed Jan 17, 2025
1 parent f5b5564 commit ba0c2bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/map/filters/MapFilters.vue
Original file line number Diff line number Diff line change
Expand Up @@ -432,12 +432,12 @@ const weatherLayers: RadioItemGroup<MapWeatherLayer | 'false'>[] = [
&__warning {
padding: 10px;
border-radius: 8px;
font-size: 11px;
color: $lightgray150;
background: $darkgray850;
border-radius: 8px;
}
&_toggle {
Expand Down Expand Up @@ -510,6 +510,7 @@ const weatherLayers: RadioItemGroup<MapWeatherLayer | 'false'>[] = [
margin-bottom: 8px;
padding: 8px 4px;
border-radius: 4px;
font-family: $openSansFont;
font-size: 14px;
Expand All @@ -519,7 +520,6 @@ const weatherLayers: RadioItemGroup<MapWeatherLayer | 'false'>[] = [
text-decoration: none;
background: #48484a;
border-radius: 4px;
&_image {
max-width: 40%;
Expand Down

0 comments on commit ba0c2bf

Please sign in to comment.