Skip to content

Commit

Permalink
DDBPRO-150
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuechner committed Jun 17, 2024
1 parent 3ce7e77 commit c6b94f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
10 changes: 3 additions & 7 deletions web/themes/custom/ddbp/src/scss/elements/_stable-link.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,11 @@
visibility: hidden;

@include bp(l) {
right: -15px;
right: -22px;
left: auto;
width: max-content;
}

@include bp(xl) {
right: -22px;
}

input[type='text'] {
border-right: 0;

Expand Down Expand Up @@ -109,7 +105,7 @@
display: grid;
place-items: center;
flex-shrink: 0;
border: 1px solid $color-darken;
border: 1px solid rgba($color-black, 0.42);
border-radius: 0 3px 3px 0;
background: $color-bg;
cursor: pointer;
Expand All @@ -129,7 +125,7 @@

// arrow border
&:before {
border-bottom-color: $color-darken;
border-bottom-color: rgba($color-black, 0.42);
border-width: 7px;
margin-left: -7px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
display: flex;
align-items: center;
justify-content: space-between;
transform: translate(0px, 0px);
}

.menu__breadcrumbs {
Expand Down

0 comments on commit c6b94f7

Please sign in to comment.