Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OpenRailAssociation/osrd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4466b01977ba36f22f268f4d7e07a4ba3bc81918
Choose a base ref
..
head repository: OpenRailAssociation/osrd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 21cecc90d25a2012587095dee5d1d756b0f61a86
Choose a head ref
Showing with 0 additions and 19 deletions.
  1. +0 −19 front/src/styles/scss/applications/stdcm/_home.scss
19 changes: 0 additions & 19 deletions front/src/styles/scss/applications/stdcm/_home.scss
Original file line number Diff line number Diff line change
@@ -299,25 +299,6 @@
text-align: center;
}

.banner-validation-message {
width: 466px;
display: flex;
font-weight: 400;
letter-spacing: 0px;
text-align: center;
justify-content: center;
color: rgb(11, 114, 60);
padding-top: 23px;
line-height: 32px;
height: 80px;
border-radius: 8px;
background-color: rgb(230, 247, 238);
box-shadow:
0 0 0 4px rgba(255, 255, 255, 1) inset,
0 0 0 5px rgb(60, 202, 128) inset,
0 3px 7px -3px rgba(11, 114, 60, 0.4);
}

.validation-message {
@extend .status;
width: 450px;