Skip to content

Commit

Permalink
release: 1.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
SadraTghvi committed Sep 29, 2024
1 parent 00218bd commit 8049a19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.18
1.1.19
7 changes: 4 additions & 3 deletions web/style/components/buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
gap: 0.5vw;

padding: 1.5vh 1.6vw;
color: white;
color: black;

background: none;

border: 2px solid;
border-color: var(--accent-color);
border-color: black;
border-radius: 3px;

margin-top: 5vh;
Expand Down Expand Up @@ -54,7 +54,8 @@
backface-visibility: hidden;
transform: translateZ(0);
display: grid;
transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1),
transition:
transform 0.5s cubic-bezier(0.86, 0, 0.07, 1),
opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
&.before {
transform-origin: left center;
Expand Down

0 comments on commit 8049a19

Please sign in to comment.