@leapdev/gui 0.2.230 → 0.2.232
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/4d-bylawyers.css +1 -1
- package/dist/css/4d-lawconnect.css +1 -1
- package/dist/css/4d-leap-web.css +1 -1
- package/dist/css/4d-leap.css +1 -1
- package/dist/index.html +2 -2
- package/dist/scss/4d/components/page.scss +4 -11
- package/dist/scss/4d/overrides/buttons/buttons.scss +1 -1
- package/dist/scss/4d/overrides/forms/input-group.scss +14 -0
- package/dist/scss/4d/overrides/forms/input-select.scss +16 -2
- package/dist/scss/4d/overrides/typography/page-header.scss +31 -0
- package/package.json +1 -1
package/dist/index.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
6
6
|
<title>GUI v3</title>
|
|
7
|
-
<link href="css/x1-leap.css?
|
|
7
|
+
<link href="css/x1-leap.css?de7a0db5ebcc9b73ca79" rel="stylesheet"><link href="css/x1-titlex.css?de7a0db5ebcc9b73ca79" rel="stylesheet"><link href="css/x1-titlex-leap-design-fix.css?de7a0db5ebcc9b73ca79" rel="stylesheet"><link href="css/x1-leap-slim.css?de7a0db5ebcc9b73ca79" rel="stylesheet"><link href="css/x1-titlex-slim.css?de7a0db5ebcc9b73ca79" rel="stylesheet"><link href="css/x3-whitelabel.css?de7a0db5ebcc9b73ca79" rel="stylesheet"><link href="css/4d-leap.css?de7a0db5ebcc9b73ca79" rel="stylesheet"><link href="css/4d-lawconnect.css?de7a0db5ebcc9b73ca79" rel="stylesheet"><link href="css/4d-bylawyers.css?de7a0db5ebcc9b73ca79" rel="stylesheet"><link href="css/4d-leap-web.css?de7a0db5ebcc9b73ca79" rel="stylesheet"><link href="css/xsf-crx-leap.css?de7a0db5ebcc9b73ca79" rel="stylesheet"><link href="css/xsf-crx-lawconnect.css?de7a0db5ebcc9b73ca79" rel="stylesheet"><link href="css/bs-leap-slim.css?de7a0db5ebcc9b73ca79" rel="stylesheet"><link href="css/bs-leap.css?de7a0db5ebcc9b73ca79" rel="stylesheet"><link href="css/bs-titlex.css?de7a0db5ebcc9b73ca79" rel="stylesheet"><link href="css/bs-lawconnect.css?de7a0db5ebcc9b73ca79" rel="stylesheet"></head>
|
|
8
8
|
<body class="container">
|
|
9
9
|
<h1>
|
|
10
10
|
h1. Bootstrap heading
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
<div class="p-3 mb-2 bg-light text-dark">.bg-light</div>
|
|
28
28
|
<div class="p-3 mb-2 bg-dark text-white">.bg-dark</div>
|
|
29
29
|
<div class="p-3 mb-2 bg-white text-dark">.bg-white</div>
|
|
30
|
-
<script type="text/javascript" src="app.js?
|
|
30
|
+
<script type="text/javascript" src="app.js?de7a0db5ebcc9b73ca79"></script><script type="text/javascript" src="x1-leap.js?de7a0db5ebcc9b73ca79"></script><script type="text/javascript" src="x1-titlex.js?de7a0db5ebcc9b73ca79"></script><script type="text/javascript" src="x1-titlex-leap-design-fix.js?de7a0db5ebcc9b73ca79"></script><script type="text/javascript" src="x1-leap-slim.js?de7a0db5ebcc9b73ca79"></script><script type="text/javascript" src="x1-titlex-slim.js?de7a0db5ebcc9b73ca79"></script><script type="text/javascript" src="x3-whitelabel.js?de7a0db5ebcc9b73ca79"></script><script type="text/javascript" src="4d-leap.js?de7a0db5ebcc9b73ca79"></script><script type="text/javascript" src="4d-lawconnect.js?de7a0db5ebcc9b73ca79"></script><script type="text/javascript" src="4d-bylawyers.js?de7a0db5ebcc9b73ca79"></script><script type="text/javascript" src="4d-leap-web.js?de7a0db5ebcc9b73ca79"></script><script type="text/javascript" src="xsf-crx-leap.js?de7a0db5ebcc9b73ca79"></script><script type="text/javascript" src="xsf-crx-lawconnect.js?de7a0db5ebcc9b73ca79"></script><script type="text/javascript" src="bs-leap-slim.js?de7a0db5ebcc9b73ca79"></script><script type="text/javascript" src="bs-leap.js?de7a0db5ebcc9b73ca79"></script><script type="text/javascript" src="bs-titlex.js?de7a0db5ebcc9b73ca79"></script><script type="text/javascript" src="bs-lawconnect.js?de7a0db5ebcc9b73ca79"></script></body>
|
|
31
31
|
</html>
|
|
@@ -43,17 +43,7 @@
|
|
|
43
43
|
z-index: 1030;
|
|
44
44
|
right: 0;
|
|
45
45
|
left: 0;
|
|
46
|
-
|
|
47
|
-
// &::before {
|
|
48
|
-
// content: '';
|
|
49
|
-
// background-color: theme-color("light");
|
|
50
|
-
// display: block;
|
|
51
|
-
// position: absolute;
|
|
52
|
-
// top: 0;
|
|
53
|
-
// bottom: 0;
|
|
54
|
-
// right: calc((100vw - 100%) / -2);
|
|
55
|
-
// left: calc((100vw - 100%) / -2);
|
|
56
|
-
// }
|
|
46
|
+
transform: translateZ(0);
|
|
57
47
|
}
|
|
58
48
|
|
|
59
49
|
.page_footer {
|
|
@@ -109,4 +99,7 @@
|
|
|
109
99
|
}
|
|
110
100
|
}
|
|
111
101
|
|
|
102
|
+
.btn-group leap-button:not(:first-child) {
|
|
103
|
+
margin-left: 0.5rem;
|
|
104
|
+
}
|
|
112
105
|
}
|
|
@@ -17,6 +17,20 @@
|
|
|
17
17
|
background-color: transparent !important;
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
|
+
|
|
21
|
+
.form-group {
|
|
22
|
+
margin-bottom: 0;
|
|
23
|
+
|
|
24
|
+
&.row {
|
|
25
|
+
margin-left: 0;
|
|
26
|
+
margin-right: 0;
|
|
27
|
+
|
|
28
|
+
> .col {
|
|
29
|
+
padding-left: 0;
|
|
30
|
+
padding-right: 0;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
20
34
|
}
|
|
21
35
|
|
|
22
36
|
.input-group-prepend {
|
|
@@ -20,13 +20,25 @@ select {
|
|
|
20
20
|
|
|
21
21
|
.ng-select .ng-select-container {
|
|
22
22
|
box-shadow: none;
|
|
23
|
-
border: 1px solid $select-border-color
|
|
23
|
+
border: 1px solid $select-border-color;
|
|
24
24
|
|
|
25
25
|
@if $is-sirius {
|
|
26
26
|
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
+
@if not $is-sirius {
|
|
31
|
+
.input-group {
|
|
32
|
+
.ng-select .ng-select-container {
|
|
33
|
+
border-color: $gray-var-9;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.ng-select-wrapper {
|
|
37
|
+
margin-left: -0.0625rem;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|
|
30
42
|
.ng-placeholder {
|
|
31
43
|
color: $input-placeholder-color !important;
|
|
32
44
|
}
|
|
@@ -74,7 +86,9 @@ select {
|
|
|
74
86
|
@else {
|
|
75
87
|
.ng-select .ng-select-container {
|
|
76
88
|
background-color: #e5e5e5 !important;
|
|
77
|
-
|
|
89
|
+
height: 1.5635rem !important;
|
|
90
|
+
min-height: 1.5635rem !important;
|
|
91
|
+
min-height: 1.5635rem !important;
|
|
78
92
|
font-size: 0.8125rem;
|
|
79
93
|
|
|
80
94
|
.ng-arrow-wrapper, .ng-arrow {
|
|
@@ -16,6 +16,37 @@
|
|
|
16
16
|
font-weight: $font-weight-bold;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
+
@if not $is-sirius {
|
|
20
|
+
.section_title {
|
|
21
|
+
width: 100%;
|
|
22
|
+
}
|
|
23
|
+
.section_title .h5:first-child,
|
|
24
|
+
.section_title h5:first-child { font-size: 0.75rem; }
|
|
25
|
+
|
|
26
|
+
.section_title .h6:first-child,
|
|
27
|
+
.section_title h6:first-child { font-size: 0.6875rem; }
|
|
28
|
+
|
|
29
|
+
.section_title .h5:first-child,
|
|
30
|
+
.section_title h5:first-child,
|
|
31
|
+
.section_title .h6:first-child,
|
|
32
|
+
.section_title h6:first-child {
|
|
33
|
+
font-weight: 600;
|
|
34
|
+
text-transform: uppercase;
|
|
35
|
+
position: relative;
|
|
36
|
+
white-space: nowrap;
|
|
37
|
+
overflow: hidden;
|
|
38
|
+
|
|
39
|
+
&::after {
|
|
40
|
+
border-top: 1px solid $gray-var-6;
|
|
41
|
+
content: "";
|
|
42
|
+
position: absolute;
|
|
43
|
+
top: 0.5rem;
|
|
44
|
+
width: 100%;
|
|
45
|
+
margin-left: 2%;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
19
50
|
.section-subtitle {
|
|
20
51
|
font-size: $font-size-base;
|
|
21
52
|
color: var(--primary, theme-color("default"));
|