File tree Expand file tree Collapse file tree 2 files changed +34
-4
lines changed Expand file tree Collapse file tree 2 files changed +34
-4
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,16 @@ $gray-darkest: var(--ff-gray-darkest);
15
15
height : 100% ;
16
16
}
17
17
18
+ .border-1 {
19
+ border-width : 1px !important ;
20
+ }
21
+ .border-dark {
22
+ --ff-border-opacity : 1 ;
23
+ border-color : rgba (var (--ff-dark-rgb ), var (--ff-border-opacity )) !important ;
24
+ }
25
+ .border {
26
+ border : var (--ff-border-width ) var (--ff-border-style ) var (--ff-border-color ) !important ;
27
+ }
18
28
.grab-cursor {
19
29
cursor : move ;
20
30
cursor : grab ;
@@ -43,8 +53,13 @@ $gray-darkest: var(--ff-gray-darkest);
43
53
}
44
54
45
55
.bpmn-main-container-editor {
46
- width : 100% ;
47
- display : flex ;
48
- resize : vertical ;
49
- overflow : hidden ;
56
+ width : 100% ;
57
+ display : flex ;
58
+ margin-bottom : 1.25rem ;
59
+ margin-top : 0.625rem ;
60
+ height : auto ;
61
+ resize : vertical ;
62
+ overflow : hidden ;
63
+ max-height : 37.5rem ;
64
+ min-height : 28.125rem ;
50
65
}
Original file line number Diff line number Diff line change @@ -29,13 +29,22 @@ $gray-dark: var(--ff-gray-dark);
29
29
}
30
30
.formbuilder .formarea .breadcrumb li .badge.bg-primary {
31
31
background-color : $primary !important ;
32
+ }
33
+ .formbuilder .formarea .breadcrumb li .badge-primary {
34
+ background-color : $primary !important ;
32
35
}
33
36
.formbuilder .formarea .breadcrumb li .badge.bg-success {
34
37
background-color : $success !important ;
38
+ }
39
+ .formbuilder .formarea .breadcrumb li .badge-success {
40
+ background-color : $success !important ;
35
41
}
36
42
.formbuilder .formarea .breadcrumb li .badge.bg-info {
37
43
background-color : $gray-dark !important ;
38
44
}
45
+ .formbuilder .formarea .breadcrumb li .badge-info {
46
+ background-color : $gray-dark !important ;
47
+ }
39
48
40
49
// Settings button on hovering formio component
41
50
.component-settings-button {
@@ -71,6 +80,12 @@ $gray-dark: var(--ff-gray-dark);
71
80
line-height : var (--spacer-150 );
72
81
}
73
82
}
83
+ .nav-tabs .nav-link {
84
+ margin-bottom : calc (-1 * var (--ff-nav-tabs-border-width ));
85
+ border : var (--ff-nav-tabs-border-width ) solid rgba (0 ,0 ,0 ,0 );
86
+ border-top-left-radius : 0.375rem ;
87
+ border-top-right-radius : 0.375rem ;
88
+ }
74
89
}
75
90
76
91
// Define a list of ignored components for reuse
You can’t perform that action at this time.
0 commit comments