Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Theo Macron <[email protected]>
  • Loading branch information
Akctarus committed Nov 27, 2024
1 parent 5fb5627 commit 79c868c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front/src/styles/scss/applications/stdcm/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@

.stdcm-consist-title::after {
content: '';
background: linear-gradient(270deg, transparent 0%, rgb(235, 235, 234) 40%);
background: linear-gradient(270deg, transparent 0px, rgba(235, 235, 234) 40px);
position: absolute;
left: 100%;
width: 12px;
width: 40px;
height: 22px;
z-index: 1;
}
Expand Down

0 comments on commit 79c868c

Please sign in to comment.