Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudlevy committed Jan 13, 2025
1 parent 133f229 commit d475ee2
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions app/assets/stylesheets/admin/design-system/nav.sass
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,12 @@ nav[aria-label="breadcrumb"]
overflow-x: scroll
padding-left: var(--bs-gutter-x)
padding-right: var(--bs-gutter-x)
@include media-breakpoint-up(sm)
padding-bottom: $spacing1
.breadcrumb
align-items: center
flex-wrap: nowrap
text-transform: uppercase
*
color: $color-text-alt !important
.breadcrumb-item
Expand Down Expand Up @@ -138,16 +141,18 @@ nav[aria-label="breadcrumb"]

.feature-nav
line-height: 100%
a
color: $color-flexoki-600
font-family: $font-family-serif
h1, a
display: inline-block
font-size: $h1-font-size !important
line-height: 100%
margin-bottom: 0
margin-right: pxToRem(40)
margin-top: 0
a
color: $color-flexoki-600
font-family: $font-family-serif
h1
font-weight: bold

#menu-main
.menu-content
Expand Down

0 comments on commit d475ee2

Please sign in to comment.