File tree Expand file tree Collapse file tree 1 file changed +0
-43
lines changed
Expand file tree Collapse file tree 1 file changed +0
-43
lines changed Original file line number Diff line number Diff line change 8888 font-weight : 600 ;
8989}
9090
91- /* Logout Button */
92- .header__logout {
93- display : flex;
94- align-items : center;
95- gap : 0.5rem ;
96- padding : 0.5rem 1rem ;
97- background : linear-gradient (135deg , # ef4444 0% , # dc2626 100% );
98- color : white;
99- border : none;
100- border-radius : 0.5rem ;
101- font-weight : 600 ;
102- font-size : 0.875rem ;
103- cursor : pointer;
104- transition : all 0.2s ease;
105- box-shadow : 0 1px 2px 0 rgba (239 , 68 , 68 , 0.2 );
106- }
10791
108- .header__logout : hover {
109- background : linear-gradient (135deg , # dc2626 0% , # b91c1c 100% );
110- transform : translateY (-1px );
111- box-shadow : 0 2px 4px 0 rgba (239 , 68 , 68 , 0.3 );
112- }
113-
114- .header__logout : active {
115- transform : translateY (0 );
116- }
117-
118- .header__logout-icon {
119- width : 1rem ;
120- height : 1rem ;
121- }
122-
123- .header__logout-text {
124- font-size : 0.875rem ;
125- font-weight : 600 ;
126- }
12792
12893/* Responsive Design */
12994@media (max-width : 768px ) {
222187 .header {
223188 animation : none;
224189 }
225-
226- .header__logout {
227- transition : none;
228- }
229-
230- .header__logout : hover {
231- transform : none;
232- }
233190}
You can’t perform that action at this time.
0 commit comments