Skip to content

Commit 7abd44f

Browse files
committed
Format scss
1 parent 488d9c0 commit 7abd44f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/components/button/button.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,27 @@
77
justify-content: center;
88
padding: 1px 20px 0;
99
border: 2px solid rgba(#fff, 0.2);
10-
border-radius: 8px;
10+
backdrop-filter: blur(8px);
1111
background-color: rgba(#fff, 0.05);
12+
border-radius: 8px;
1213
color: #fff;
1314
cursor: pointer;
1415
font-size: 16px;
1516
font-weight: 700;
1617
letter-spacing: -0.5px;
17-
backdrop-filter: blur(8px);
1818
transition: all 0.2s ease;
1919

2020
&:hover {
21-
background-color: rgba(#fff, 0.1);
2221
border-color: rgba(#fff, 0.3);
22+
background-color: rgba(#fff, 0.1);
2323
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
2424
}
2525

2626
&:active {
27-
background-color: rgba(#fff, 0.15);
2827
border-color: rgba(#fff, 0.35);
29-
transform: translateY(0);
28+
background-color: rgba(#fff, 0.15);
3029
box-shadow: none;
30+
transform: translateY(0);
3131

3232
.button__chevron-right {
3333
transform: translateX(2px);

0 commit comments

Comments
 (0)