Skip to content

Commit

Permalink
New button, "call order" in service page
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-pcn committed Oct 17, 2024
1 parent 7712c27 commit 9238d91
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 35 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);
}
}
}
}

117 changes: 84 additions & 33 deletions src/app/service/page.tsx

Large diffs are not rendered by default.

0 comments on commit 9238d91

Please sign in to comment.