11/* Global Reset */
22* {
3- margin : 0 ;
4- padding : 0 ;
5- box-sizing : border-box;
3+ margin : 0 ;
4+ padding : 0 ;
5+ box-sizing : border-box;
66}
77
88html ,
99body {
10- font-family : Inter, Avenir, Helvetica, Arial, sans-serif;
11- font-size : 16px ;
12- line-height : 24px ;
13- font-weight : 400 ;
14- color : var (--text-color , # f6f6f6 );
15- background-color : transparent;
16- width : 100% ;
17- height : 100% ;
18- overflow : hidden;
19- font-synthesis : none;
20- text-rendering : optimizeLegibility;
21- -webkit-font-smoothing : antialiased;
22- -moz-osx-font-smoothing : grayscale;
23- -webkit-text-size-adjust : 100% ;
10+ font-family : Inter, Avenir, Helvetica, Arial, sans-serif;
11+ font-size : 16px ;
12+ line-height : 24px ;
13+ font-weight : 400 ;
14+ color : var (--text-color , # f6f6f6 );
15+ background-color : transparent;
16+ width : 100% ;
17+ height : 100% ;
18+ overflow : hidden;
19+ font-synthesis : none;
20+ text-rendering : optimizeLegibility;
21+ -webkit-font-smoothing : antialiased;
22+ -moz-osx-font-smoothing : grayscale;
23+ -webkit-text-size-adjust : 100% ;
2424}
2525
2626body ,
2727# root {
28- display : flex;
29- flex-direction : column;
30- flex : 1 ;
28+ display : flex;
29+ flex-direction : column;
30+ flex : 1 ;
3131}
3232
3333: root {
34- /* Colors */
35- --text-color : # f6f6f6 ;
36- --card-color : # 333436 ;
37- --graph-bg : # 222224 ;
34+ /* Colors */
35+ --text-color : # f6f6f6 ;
36+ --card-color : # 333436 ;
37+ --graph-bg : # 222224 ;
3838
39- /* Spacing */
40- --input-padding : 10px ;
41- --border-radius : 6px ;
39+ /* Spacing */
40+ --input-padding : 10px ;
41+ --border-radius : 6px ;
4242
43- /* Sizes */
44- --slider-thumb-size : 18px ;
43+ /* Sizes */
44+ --slider-thumb-size : 18px ;
4545
46- --z-index-base : 0 ;
47- --z-index-sidebar : 10 ;
48- --z-index-titlebar : 20 ;
49- --z-index-dropdown : 30 ;
50- --z-index-modal : 40 ;
51- --z-index-settings : 50 ;
52- --z-index-toast : 60 ;
53- --z-index-tooltip : 70 ;
54- --z-index-overlay : 80 ;
55- --z-index-always-on-top : 9999 ;
46+ --z-index-base : 0 ;
47+ --z-index-sidebar : 10 ;
48+ --z-index-titlebar : 20 ;
49+ --z-index-dropdown : 30 ;
50+ --z-index-modal : 40 ;
51+ --z-index-settings : 50 ;
52+ --z-index-toast : 60 ;
53+ --z-index-tooltip : 70 ;
54+ --z-index-overlay : 80 ;
55+ --z-index-always-on-top : 9999 ;
5656}
5757
5858* : focus-visible {
59- outline : none;
60- box-shadow :
61- 0 0 0 3px rgba (255 , 255 , 255 , 0.5 ),
62- 0 2px 4px rgba (0 , 0 , 0 , 0.2 );
59+ outline : none;
60+ box-shadow :
61+ 0 0 0 3px rgba (255 , 255 , 255 , 0.5 ),
62+ 0 2px 4px rgba (0 , 0 , 0 , 0.2 );
6363}
6464
6565body ,
6666button ,
6767input ,
6868select ,
6969textarea {
70- font-family : var (--font-family );
71- font-size : var (--font-size );
72- color : var (--text-color );
70+ font-family : var (--font-family );
71+ font-size : var (--font-size );
72+ color : var (--text-color );
7373}
7474
7575li {
76- border : none;
77- outline : none;
76+ border : none;
77+ outline : none;
78+ }
79+
80+ button {
81+ border : none;
82+ cursor : pointer;
7883}
7984
8085.expand-box {
81- position : relative;
82- display : flex;
83- flex : 1 ;
86+ position : relative;
87+ display : flex;
88+ flex : 1 ;
8489}
8590
8691.app-container {
87- display : flex;
88- flex-direction : column;
89- flex : 1 ;
90- overflow : hidden;
92+ display : flex;
93+ flex-direction : column;
94+ flex : 1 ;
95+ overflow : hidden;
9196}
9297
9398.editor-container {
94- display : flex;
95- flex : 1 ;
96- overflow : hidden;
99+ display : flex;
100+ flex : 1 ;
101+ overflow : hidden;
97102}
0 commit comments