@@ -43,39 +43,33 @@ main {
4343
4444/* Sidebar toggle button */
4545.top-row ::deep .sidebar-toggle {
46- width : 36 px ;
47- height : 36 px ;
48- border-radius : 50 % ;
46+ width : 40 px ;
47+ height : 40 px ;
48+ border-radius : 0.5 rem ;
4949 display : flex;
5050 align-items : center;
5151 justify-content : center;
52- color : rgba (255 , 255 , 255 , 0.85 );
53- background : linear-gradient (135deg , rgba (233 , 69 , 96 , 0.8 ) 0% , rgba (233 , 69 , 96 , 0.6 ) 100% );
54- border : none;
55- box-shadow : 0 2px 8px rgba (233 , 69 , 96 , 0.3 );
52+ color : rgba (255 , 255 , 255 , 0.7 );
53+ background : rgba (255 , 255 , 255 , 0.05 );
54+ border : 1px solid rgba (255 , 255 , 255 , 0.1 );
5655 cursor : pointer;
57- transition : all 0.25 s cubic-bezier ( 0.4 , 0 , 0.2 , 1 ) ;
56+ transition : all 0.2 s ease ;
5857}
5958
6059.top-row ::deep .sidebar-toggle : hover {
61- background : linear-gradient (135deg , rgba (233 , 69 , 96 , 1 ) 0% , rgba (233 , 69 , 96 , 0.8 ) 100% );
62- color : # fff ;
63- transform : scale (1.1 );
64- box-shadow : 0 4px 16px rgba (233 , 69 , 96 , 0.4 );
65- }
66-
67- .top-row ::deep .sidebar-toggle : active {
68- transform : scale (0.95 );
69- box-shadow : 0 2px 4px rgba (233 , 69 , 96 , 0.3 );
60+ background : rgba (233 , 69 , 96 , 0.2 );
61+ border-color : rgba (233 , 69 , 96 , 0.3 );
62+ color : # e94560 ;
63+ transform : scale (1.05 );
7064}
7165
7266.top-row ::deep .sidebar-toggle i {
73- font-size : 1.1 rem ;
74- transition : transform 0.25 s cubic-bezier ( 0.4 , 0 , 0.2 , 1 ) ;
67+ font-size : 1.25 rem ;
68+ transition : transform 0.2 s ease ;
7569}
7670
7771.top-row ::deep .sidebar-toggle : hover i {
78- transform : translateX (-3 px );
72+ transform : translateX (-2 px );
7973}
8074
8175/* Action buttons group */
0 commit comments