File tree Expand file tree Collapse file tree 13 files changed +10
-202
lines changed Expand file tree Collapse file tree 13 files changed +10
-202
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4
4
@import ' ../../node_modules/react-select/dist/react-select.css' ;
5
5
@import ' ../../src/styles/styles' ;
6
6
@import ' ../../src/styles/styles-defaultfactories' ;
7
- @import ' ./LiveSchemaEditor.less' ;
8
- @import ' ./Sample.theme.less' ;
7
+ @import ' ./LiveSchemaEditor.less' ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6
6
7
7
.form-horizontal .cb-fix {
8
8
margin-bottom : 7px !important ;
9
- }
10
-
11
- .metaform-group-content .col-md-12 .cb-fix label {
12
- font-size : @font-size ;
13
- font-family : @font-family ;
14
- font-weight : @font-weight ;
15
- }
16
-
17
- input [type= " checkbox" ] {
18
- margin : 2.0px 0 0 ;
19
9
}
Original file line number Diff line number Diff line change 1
1
.has-error .rw-datetimepicker {
2
- border-color : @state-danger-text ;
3
- }
4
-
5
- .rw-datetimepicker {
6
- font :@control-inside-font ;
7
- border-bottom-left-radius : @border-radius-base ;
8
- border-top-left-radius : @border-radius-base ;
9
- border-bottom-right-radius : @border-radius-base ;
10
- border-top-right-radius : @btn-border-radius-base ;
11
- height : @input-control-height ;
12
- .rw-input {
13
- height : @input-control-height - 2px ;
14
- border-bottom-left-radius : @border-radius-base ;
15
- border-top-left-radius : @border-radius-base ;
16
- border-bottom-right-radius : @border-radius-base ;
17
- border-top-right-radius : @btn-border-radius-base ;
18
- }
19
- .raw-select {
20
- height : @input-control-height - 2px ;
21
- }
22
- }
23
-
24
- .rw-calendar-grid {
25
- thead tr th {
26
- height : @td-height ;
27
- width : @td-width ;
28
- font-size : @week-font-size ;
29
- font-weight : @font-weight ;
30
- font-family : @font-family ;
31
- }
32
- tbody tr {
33
- height : @td-height ;
34
- width : @td-width ;
35
- font-size : @day-font-size ;
36
- }
2
+ border-color : @state-danger-text
37
3
}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 10
10
.array-container-item-options {
11
11
margin-left : -15px ;
12
12
}
13
+
13
14
}
14
15
}
15
16
16
17
.add-bar {
17
18
padding-left : 10px ;
18
19
}
19
20
20
- .dropdown-menu {
21
- font-family : @font-family ;
22
- font-size :@font-size ;
23
- font-weight : @font-weight ;
24
- }
25
-
26
21
}
27
22
28
- .alert.alert-warning {
29
- font-family : @font-family ;
30
- font-size :@font-size ;
31
- padding-top : @array-container-warning-padding ;
32
- padding-bottom : @array-container-warning-padding ;
33
- padding-left : @array-container-warning-padding ;
34
- padding-right : @array-container-warning-padding ;
35
- border : @array-container-warining-border ;
36
- margin-bottom :@array-container-margin-bottom ;
37
- }
38
23
39
- .dropdown-menu {
40
- font-size :@font-size ;
41
- font-family : @font-family ;
42
- font-weight : @font-weight ;
43
- }
Original file line number Diff line number Diff line change 1
1
.no-padding-right-col {
2
2
padding-right : 0 ;
3
- }
3
+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
.meta-form {
2
- background : @form-background-color ;
3
- padding-top : @form-padding ;
4
- padding-bottom : @form-padding ;
5
- padding-left : @form-padding ;
6
- padding-right : @form-padding ;
7
- border-width : @form-border-width ;
8
- border-color : @form-border-color ;
9
- margin-bottom : @form-bottom-margin ;
2
+ padding : 0 0 1em 0 ;
10
3
}
11
4
12
5
.meta-form-bottom-bar {
You can’t perform that action at this time.
0 commit comments