File tree Expand file tree Collapse file tree 2 files changed +4
-34
lines changed
Expand file tree Collapse file tree 2 files changed +4
-34
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8888 display : flex;
8989 justify-content : space-between;
9090 align-items : center;
91- padding : 0.8rem 2 rem ;
91+ padding : 0.8rem 0.4 rem ;
9292 background : var (--glass-bg );
9393 -webkit-backdrop-filter : blur (14px );
9494 backdrop-filter : blur (14px );
112112 }
113113
114114 .nav-back {
115- background : rgba ( 15 , 23 , 42 , 0.8 );
115+ background : var ( --bg-tertiary );
116116 color : var (--text-primary );
117117 padding : 10px 18px ;
118118 border-radius : 12px ;
678678
679679 .product-actions {
680680 display : flex;
681- gap : 8 px ;
681+ gap : 4 px ;
682682 margin-top : 4px ;
683683 }
684684
685685 .btn-primary {
686686 background : linear-gradient (135deg , # 0ea5e9, # 6366f1 );
687687 color : # f9fafb ;
688688 border : none;
689- padding : 10 px 14 px ;
689+ padding : 7 px 8 px ;
690690 border-radius : 999px ;
691691 font-weight : 700 ;
692692 cursor : pointer;
You can’t perform that action at this time.
0 commit comments