3
3
* ::after {
4
4
box-sizing : inherit;
5
5
}
6
+
6
7
@import url ('https://fonts.googleapis.com/css?family=Open+Sans&display=swap' );
7
8
@import url ('https://fonts.googleapis.com/css2?family=Raleway&display=swap' );
8
9
@import url ('https://fonts.googleapis.com/css2?family=Roboto&display=swap' );
14
15
width: 100vw; */
15
16
overflow : auto;
16
17
}
18
+
17
19
body {
18
20
margin : 0 ;
19
21
padding : 0 ;
@@ -24,17 +26,20 @@ body {
24
26
height : 100vh ;
25
27
width : 100vw ;
26
28
}
29
+
27
30
h4 {
28
31
color : # 155084 ;
29
32
text-align : center;
30
33
}
34
+
31
35
.creation-panel {
32
36
color : black;
33
37
display : flex;
34
38
flex-direction : row;
35
39
/* height: 100%; */
36
40
background-color : # fff ;
37
41
}
42
+
38
43
.customization-section {
39
44
color : black;
40
45
display : flex;
48
53
flex-direction : row;
49
54
justify-content : space-evenly;
50
55
}
56
+
51
57
.state-prop-grid {
52
58
height : 300px ;
53
59
width : 410px ;
54
60
flex-grow : 1 ;
55
61
padding-left : 10px ;
56
62
padding-right : 10px ;
57
63
}
64
+
58
65
.HTMLItemCreate {
59
66
flex-grow : 1 ;
60
67
justify-content : center;
@@ -83,6 +90,7 @@ header {
83
90
.progress-bar {
84
91
flex-grow : 1 ;
85
92
}
93
+
86
94
.column {
87
95
background-color : # f9f9f9 ;
88
96
}
@@ -99,6 +107,7 @@ LEFT COLUMN
99
107
100
108
.left-container {
101
109
display : flex;
110
+ z-index : 0 ;
102
111
}
103
112
104
113
.left-indicator {
@@ -151,7 +160,7 @@ LEFT COLUMN
151
160
border-radius : 10px ;
152
161
}
153
162
154
- .HTMLItemsDark {
163
+ .HTMLItemsDark {
155
164
display : flex;
156
165
flex-direction : column;
157
166
justify-content : space-around;
@@ -172,36 +181,44 @@ LEFT COLUMN
172
181
overflow-y : auto;
173
182
margin-bottom : 50% ;
174
183
}
184
+
175
185
.HTMLElements {
176
186
display : flex;
177
187
flex-direction : column;
178
188
align-items : flex-start;
179
189
flex-wrap : wrap;
180
190
}
191
+
181
192
# HTMLItemsGrid {
182
193
margin-left : 35px ;
183
194
}
195
+
184
196
# HTMLItem {
185
197
transition : 0.3s ;
186
198
border : 2px solid black;
187
199
border-radius : 4px ;
188
200
}
201
+
189
202
# HTMLItem : hover {
190
203
background-color : # 297ac2 ;
191
204
color : white;
192
205
}
206
+
193
207
# submitButton {
194
208
margin-left : 5px ;
195
209
}
210
+
196
211
# submitButton : hover {
197
212
background-color : # 297ac2 ;
198
213
color : white;
199
214
border : none;
200
215
}
216
+
201
217
.lineDiv {
202
218
width : 150% ;
203
219
margin-left : 0px ;
204
220
}
221
+
205
222
.customForm {
206
223
width : 100% ;
207
224
display : flex;
@@ -211,13 +228,15 @@ LEFT COLUMN
211
228
color : white;
212
229
font-size : 95% ;
213
230
}
231
+
214
232
.customForm h5 {
215
233
text-align : center;
216
234
font-size : 100% ;
217
235
font-weight : 700 ;
218
236
width : 125% ;
219
237
margin-left : -5px ;
220
238
}
239
+
221
240
.customForm input {
222
241
align-self : center;
223
242
margin : 0px 0px ;
@@ -233,16 +252,19 @@ LEFT COLUMN
233
252
align-self : flex-start;
234
253
width : 0.5em ;
235
254
}
255
+
236
256
/* span container in HTMLItem.tsx */
237
257
# customHTMLElement {
238
258
display : flex;
239
259
flex-direction : row;
240
260
justify-content : center;
241
261
width : 125px ;
242
262
}
263
+
243
264
.component-input {
244
265
bottom : 2.8% ;
245
266
}
267
+
246
268
.clear-workspace {
247
269
top : 96% ;
248
270
position : sticky !important ;
@@ -517,45 +539,46 @@ NAVBAR
517
539
//////////////////////////////////////////
518
540
*/
519
541
520
- .main-navbar {
542
+ .main-navbar {
521
543
display : flex;
522
544
justify-content : space-between;
523
545
align-items : center;
524
546
}
525
547
526
- .main-logo {
548
+ .main-logo {
527
549
display : flex;
528
550
align-items : center;
529
551
gap : 10px ;
530
552
margin-left : 2vw ;
531
553
}
532
554
533
- .main-logo h1 {
555
+ .main-logo h1 {
534
556
color : # 013365 ;
535
557
}
536
558
537
- .main-navbar svg {
559
+ .main-navbar svg {
538
560
width : 30px ;
539
561
height : 30px ;
540
562
color : gray;
541
563
margin-right : 2vw ;
542
564
cursor : pointer;
543
565
}
544
566
545
- .navbar-icon : hover {
567
+ .navbar-icon : hover {
546
568
animation : spinningWheel 2s infinite;
547
569
}
548
570
549
571
@keyframes spinningWheel {
550
- 0% {
572
+ 0% {
551
573
transform : rotate (0deg )
552
574
}
553
- 100% {
575
+
576
+ 100% {
554
577
transform : rotate (360deg )
555
578
}
556
579
}
557
580
558
- .navDropDown {
581
+ .navDropDown {
559
582
position : absolute;
560
583
border : 1px solid black;
561
584
width : 20vw ;
@@ -569,11 +592,11 @@ NAVBAR
569
592
display : hidden;
570
593
}
571
594
572
- .hideNavDropDown {
595
+ .hideNavDropDown {
573
596
display : none;
574
597
}
575
598
576
- .navDropDown button {
599
+ .navDropDown button {
577
600
width : 90% ;
578
601
margin : 3px 5% ;
579
602
background-color : # 009ae6 ;
@@ -585,16 +608,16 @@ NAVBAR
585
608
align-items : center;
586
609
}
587
610
588
- .navDropDown p {
611
+ .navDropDown p {
589
612
margin : 3px 5% ;
590
613
}
591
614
592
- .navDropDown button : hover {
615
+ .navDropDown button : hover {
593
616
cursor : pointer;
594
617
background-color : # 007ab8
595
618
}
596
619
597
- .navDropDown button svg {
620
+ .navDropDown button svg {
598
621
width : 20px ;
599
622
height : 20px ;
600
623
margin-left : 8px ;
@@ -622,13 +645,14 @@ CANVAS WINDOW
622
645
border-radius : 15px ;
623
646
font-size : 14px ;
624
647
color : rgb (32 , 32 , 32 );
625
- box-shadow : 0px 3px 1px -2px rgb (0 0 0 / 20% ), 0px 2px 2px 0px rgb (0 0 0 / 14% ), 0px 1px 5px 0px rgb (0 0 0 / 12% )
648
+ box-shadow : 0px 3px 1px -2px rgb (0 0 0 / 20% ), 0px 2px 2px 0px rgb (0 0 0 / 14% ), 0px 1px 5px 0px rgb (0 0 0 / 12% )
626
649
}
627
650
628
651
.delete-button-empty : hover {
629
652
color : white;
630
653
background-color : rgb (71 , 123 , 186 );
631
654
}
655
+
632
656
.componentContainer {
633
657
display : flex;
634
658
flex-direction : column;
@@ -648,28 +672,35 @@ div.rst__rowContents {
648
672
color : # eee ;
649
673
background-color : # 333333 ;
650
674
}
675
+
651
676
.rst__rowContentsDragDisabled {
652
677
background-color : # 333333 ;
653
678
background-color : rgba (37 , 37 , 38 , 0.4 );
654
679
}
680
+
655
681
.rst__moveHandle ,
656
682
.rst__loadingHandle {
657
683
width : 40px ;
658
684
}
685
+
659
686
.rst_tree {
660
687
overflow : auto;
661
688
}
689
+
662
690
.rst__rowLabel {
663
691
padding-right : 5px ;
664
692
}
693
+
665
694
.closeIcon : hover {
666
695
cursor : pointer;
667
696
}
697
+
668
698
a .nav_link {
669
699
color : rgba (0 , 0 , 0 , 0.87 );
670
700
cursor : pointer;
671
701
text-decoration : none;
672
702
}
703
+
673
704
a .nav_link : hover {
674
705
color : # 3ec1ac ;
675
706
text-decoration : underline;
@@ -684,13 +715,16 @@ a.nav_link:hover {
684
715
background-color : rgb (213 , 80 , 164 );
685
716
opacity : 0.75 ;
686
717
}
718
+
687
719
.inputName {
688
720
margin-bottom : 35px ;
689
721
text-align : center;
690
722
}
723
+
691
724
.oauth-bttn : hover {
692
725
background-color : # 4e76c7 ;
693
726
}
727
+
694
728
.text-editor .bttn {
695
729
position : absolute;
696
730
bottom : 90px ;
@@ -716,6 +750,7 @@ a.nav_link:hover {
716
750
top : 30% ;
717
751
left : 30% ;
718
752
}
753
+
719
754
.useState-header {
720
755
font-size : 35px ;
721
756
background-color : # 003366 ;
@@ -727,9 +762,11 @@ a.nav_link:hover {
727
762
font-family : 'Open Sans' , sans-serif;
728
763
border-radius : 15px 15px 0px 0px ;
729
764
}
765
+
730
766
.useState-dropdown {
731
767
align-self : flex-start;
732
768
}
769
+
733
770
.useState-window {
734
771
width : 600px ;
735
772
height : 400px ;
@@ -749,5 +786,4 @@ a.nav_link:hover {
749
786
750
787
li {
751
788
color : black !important ;
752
- }
753
-
789
+ }
0 commit comments