Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Akctarus committed Apr 15, 2024
1 parent 720447c commit 85d42be
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions front/src/styles/scss/applications/_stdcm.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
.number {
font-size: 16px;
font-weight: bold;
font-variant-numeric: slashed-zero;
}

.creation-date {
Expand All @@ -103,8 +104,8 @@
}

.sncf-logo {
width: 4.25rem;
height: 4.25rem;
width: 4.326rem;
height: 3rem;
margin-left: 34rem;
}
}
Expand Down Expand Up @@ -220,6 +221,10 @@
font-size: 16px;
font-family: "IBM Plex Sans Medium";
}

.ibm-plex-sans-medium-zero {
--ibm-plex-sans-medium-zero: "zero" on;
}

td {
font-size: 14px;
Expand Down

0 comments on commit 85d42be

Please sign in to comment.