@@ -8,29 +8,6 @@ container centering, section styling, and heading (h2) styles.
88These rules set up the basic typography, spacing, and color scheme for the interface.
99*/
1010
11- /* ------------------------------------------------------------------------- */
12- /* Root Variables for Consistent Styling */
13- /* ------------------------------------------------------------------------- */
14- : root {
15- --danger-color : # a94442 ; /* Soft red for danger buttons */
16- --border-color : # ccc ; /* Light gray for borders */
17- --bg-color : # f9f9f9 ; /* Very light gray for background */
18- --text-color : # 333 ; /* Dark gray for primary text */
19- --separator-color : # bbb ; /* Medium gray for separators */
20- --primary-color-faded : rgba (122 , 92 , 200 , 0.05 );
21- --hover-bg-color : # e6e6e6 ; /* Light gray on hover */
22- --transition-duration : 0.3s ; /* Standard transition duration */
23- --transition-duration-release : 0.4s ; /* Slower transition duration for release */
24- --box-shadow : 0 2px 4px rgba (0 , 0 , 0 , 0.05 );
25- --box-shadow-hover : 0 4px 8px rgba (0 , 0 , 0 , 0.1 );
26- --checkbox-size : 18px ;
27- --toast-bg-color : rgba (0 , 0 , 0 , 0.8 );
28- --toast-text-color : # fff ;
29- --toast-padding : 12px 24px ;
30- --toast-border-radius : 4px ;
31- --toast-margin : 8px ;
32- --toast-transition : opacity 0.5s ease, transform 0.5s ease;
33- }
3411
3512/* ------------------------------------------------------------------------- */
3613/* Global Body Styles */
0 commit comments