Skip to content

Commit

Permalink
Merge pull request #40 from ungdev/feat/yelling-order
Browse files Browse the repository at this point in the history
Feat/yelling order
  • Loading branch information
Remi-pcn authored Dec 5, 2024
2 parents 7712c27 + a12fe79 commit 7a35781
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 37 deletions.
11 changes: 9 additions & 2 deletions src/app/service/page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
}

&.timewarning:before {
content: "";
content: '';
position: absolute;
left: 0;
top: 0;
Expand Down Expand Up @@ -107,7 +107,9 @@
transition: background-color 0.5s ease-in;

.fa {
transition: transform 0.5s ease-in, opacity 0.5s ease-in;
transition:
transform 0.5s ease-in,
opacity 0.5s ease-in;
}

&.downgrade {
Expand Down Expand Up @@ -153,9 +155,14 @@
background: var(--success);
}

&.callOrder {
background: var(--primary);
}

&:hover {
filter: brightness(0.9);
}
}
}
}

103 changes: 68 additions & 35 deletions src/app/service/page.tsx

Large diffs are not rendered by default.

0 comments on commit 7a35781

Please sign in to comment.