File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -304,17 +304,16 @@ select option:hover {
304
304
}
305
305
306
306
}
307
-
307
+ .required-icon {
308
+ margin-left : 0.188rem ;
309
+ color : $primary !important ;
310
+ }
308
311
.form-group {
309
312
display : flex ;
310
313
width : 100% ;
311
314
flex-direction : column ;
312
315
justify-content : center ;
313
316
314
- .required-icon {
315
- color : $gray-darkest !important ;
316
- }
317
-
318
317
.with-icon {
319
318
padding-right : 3rem !important ;
320
319
}
Original file line number Diff line number Diff line change @@ -853,6 +853,13 @@ $lineThin: 1px;
853
853
align-items : center ;
854
854
justify-content : flex-start ;
855
855
padding : 0.625rem ;
856
+
857
+ }
858
+ .tab-variable-section {
859
+ .specs {
860
+ @include textBase ($fontBase , $gray-medium-dark );
861
+ margin-left : var (--spacer-050 );
862
+ }
856
863
}
857
864
858
865
.expression-list-group .form-variable :hover {
You can’t perform that action at this time.
0 commit comments