File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 );
You can’t perform that action at this time.
0 commit comments