Skip to content

Commit

Permalink
♻️ [#36] Update/clean up design tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Nov 27, 2023
1 parent 751c233 commit 58e1229
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/scss/components/_app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
// in view, we need to apply the positioning to this element rather than
// .openforms-progress-indicator
position: sticky;
inset-block-start: var(--of-app-mobile-progress-indicator-inset-block-start, 0px);
inset-block-start: var(--of-app-progress-indicator-mobile-inset-block-start, 0);
z-index: 1;
}
}
Expand Down
4 changes: 0 additions & 4 deletions src/scss/components/_language-selection.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,3 @@
}
}
}

.openforms-theme {
--of-language-selection-in-app-mobile-padding-block-start: 15px;
}
2 changes: 1 addition & 1 deletion src/scss/components/_progress-indicator.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
.fa-icon {
display: block;
flex-shrink: 0;
flex-basis: var(--of-progress-indicator-icon-flex-basis, 30px);
flex-basis: var(--of-progress-indicator-mobile-header-icon-flex-basis, 30px);
text-align: center;
}
}
Expand Down

0 comments on commit 58e1229

Please sign in to comment.