Skip to content

Commit

Permalink
align view-toggle on step 5
Browse files Browse the repository at this point in the history
  • Loading branch information
bmlancien committed Nov 17, 2023
1 parent 70dec25 commit 7b230f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions digiplan/static/scss/components/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
@extend .bg-white;
@extend .rounded;
@extend .fs-7;
top: 5rem;
z-index: 100;
top: 2rem;
z-index: 10000;

@include media-breakpoint-down(sm) {
font-size: $font-size-xsmall;
Expand Down Expand Up @@ -114,8 +114,8 @@
&.active {
@extend .active;
@extend .border-1;
@extend .bg-white;
@extend .fw-semibold;
background-color: #EDF1FC !important;
}

svg {
Expand Down

0 comments on commit 7b230f3

Please sign in to comment.