Skip to content

Commit

Permalink
style: update (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliwenwenwen authored Nov 25, 2024
1 parent d7e25e0 commit 6458453
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pingcap-jp/css/scaffold/buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ input[type="submit"],

.button-primary {
position: relative;
z-index: 1;
display: inline-flex;
align-items: center;
justify-content: center;
Expand Down Expand Up @@ -242,7 +243,7 @@ input[type="submit"],
border-radius: 50%;
margin: auto;
background: #dc150b;
z-index: 0;
z-index: -1;
transition: 0.5s ease-in-out;
}

Expand Down

0 comments on commit 6458453

Please sign in to comment.