Skip to content

Commit

Permalink
refactor: move decoration line and departure row variables
Browse files Browse the repository at this point in the history
  • Loading branch information
mortennordseth committed Nov 10, 2023
1 parent d19494b commit a4ccb83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions src/page-modules/departures/details/details.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
}
.rowContainer {
position: relative;
--labelWidth: 5rem;
--decorationContainerWidth: 1.25rem;
--decorationLineWidth: 0.25rem;
--decorationLineEndWidth: 0.75rem;
}
.boardingInfo {
color: var(--text-colors-secondary);
Expand Down
4 changes: 0 additions & 4 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ textarea {
.dark {
--maxPageWidth: 1024px;
--contentPadding: var(--spacings-xLarge);
--labelWidth: 5rem;
--decorationContainerWidth: 1.25rem;
--decorationLineWidth: 0.25rem;
--decorationLineEndWidth: 0.75rem;
}

a {
Expand Down

0 comments on commit a4ccb83

Please sign in to comment.