Skip to content

Commit

Permalink
change the order of index-levels
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwiniHerle committed Oct 15, 2024
1 parent 84a4b14 commit b911a2b
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions app/assets/stylesheets/global-styles/bootstrap-config.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ $info: #5bc0de;
$warning: #f0ad4e;
$danger: #d9534f;

$zindex-levels: (
n1: -1,
0: 0,
1: 1,
2: 2,
3: 3,
4: 4,
5: 5,
);

@import "bootstrap/functions";
@import "bootstrap/variables";
@import "bootstrap/mixins";
Expand Down Expand Up @@ -38,16 +48,6 @@ $gray-tones: (
"gray-900": $gray-900,
);

$zindex-levels: (
n1: -1,
0: 0,
1: 1,
2: 2,
3: 3,
4: 4,
5: 5,
);

// Merge the maps
$theme-colors: map-merge($theme-colors, $gray-tones);

Expand Down

0 comments on commit b911a2b

Please sign in to comment.