@leapdev/gui 0.2.233 → 0.2.234
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/_variables.scss +1 -1
- package/dist/scss/4d/components/section.scss +11 -1
- package/dist/scss/4d/overrides/forms/input-select.scss +8 -13
- package/dist/scss/4d/overrides/nav/navbar.scss +34 -6
- 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?039b16940f8f7c43bc48" rel="stylesheet"><link href="css/x1-titlex.css?039b16940f8f7c43bc48" rel="stylesheet"><link href="css/x1-titlex-leap-design-fix.css?039b16940f8f7c43bc48" rel="stylesheet"><link href="css/x1-leap-slim.css?039b16940f8f7c43bc48" rel="stylesheet"><link href="css/x1-titlex-slim.css?039b16940f8f7c43bc48" rel="stylesheet"><link href="css/x3-whitelabel.css?039b16940f8f7c43bc48" rel="stylesheet"><link href="css/4d-leap.css?039b16940f8f7c43bc48" rel="stylesheet"><link href="css/4d-lawconnect.css?039b16940f8f7c43bc48" rel="stylesheet"><link href="css/4d-bylawyers.css?039b16940f8f7c43bc48" rel="stylesheet"><link href="css/4d-leap-web.css?039b16940f8f7c43bc48" rel="stylesheet"><link href="css/xsf-crx-leap.css?039b16940f8f7c43bc48" rel="stylesheet"><link href="css/xsf-crx-lawconnect.css?039b16940f8f7c43bc48" rel="stylesheet"><link href="css/bs-leap-slim.css?039b16940f8f7c43bc48" rel="stylesheet"><link href="css/bs-leap.css?039b16940f8f7c43bc48" rel="stylesheet"><link href="css/bs-titlex.css?039b16940f8f7c43bc48" rel="stylesheet"><link href="css/bs-lawconnect.css?039b16940f8f7c43bc48" 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?039b16940f8f7c43bc48"></script><script type="text/javascript" src="x1-leap.js?039b16940f8f7c43bc48"></script><script type="text/javascript" src="x1-titlex.js?039b16940f8f7c43bc48"></script><script type="text/javascript" src="x1-titlex-leap-design-fix.js?039b16940f8f7c43bc48"></script><script type="text/javascript" src="x1-leap-slim.js?039b16940f8f7c43bc48"></script><script type="text/javascript" src="x1-titlex-slim.js?039b16940f8f7c43bc48"></script><script type="text/javascript" src="x3-whitelabel.js?039b16940f8f7c43bc48"></script><script type="text/javascript" src="4d-leap.js?039b16940f8f7c43bc48"></script><script type="text/javascript" src="4d-lawconnect.js?039b16940f8f7c43bc48"></script><script type="text/javascript" src="4d-bylawyers.js?039b16940f8f7c43bc48"></script><script type="text/javascript" src="4d-leap-web.js?039b16940f8f7c43bc48"></script><script type="text/javascript" src="xsf-crx-leap.js?039b16940f8f7c43bc48"></script><script type="text/javascript" src="xsf-crx-lawconnect.js?039b16940f8f7c43bc48"></script><script type="text/javascript" src="bs-leap-slim.js?039b16940f8f7c43bc48"></script><script type="text/javascript" src="bs-leap.js?039b16940f8f7c43bc48"></script><script type="text/javascript" src="bs-titlex.js?039b16940f8f7c43bc48"></script><script type="text/javascript" src="bs-lawconnect.js?039b16940f8f7c43bc48"></script></body>
|
|
31
31
|
</html>
|
|
@@ -232,7 +232,7 @@ $custom-select-box-shadow: $input-box-shadow;
|
|
|
232
232
|
// Default select
|
|
233
233
|
//
|
|
234
234
|
$select-bg: $gray-var-4 !default;
|
|
235
|
-
$select-border-color: $
|
|
235
|
+
$select-border-color: $border-color !default;
|
|
236
236
|
$select-shadow-focus-color: transparent;
|
|
237
237
|
|
|
238
238
|
// Default Range and Custom Range
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
|
|
2
2
|
// Specific to word-app
|
|
3
3
|
.section-header {
|
|
4
|
-
display:
|
|
4
|
+
display: grid;
|
|
5
5
|
margin: 0.5rem 0;
|
|
6
6
|
align-items: center;
|
|
7
|
+
grid-template-columns: auto 1fr;
|
|
7
8
|
|
|
8
9
|
.btn,
|
|
9
10
|
.btn-link {
|
|
@@ -15,6 +16,15 @@
|
|
|
15
16
|
}
|
|
16
17
|
}
|
|
17
18
|
.section_title {
|
|
19
|
+
> * {
|
|
20
|
+
width: auto;
|
|
21
|
+
overflow-wrap: break-word;
|
|
22
|
+
word-break: break-word;
|
|
23
|
+
white-space: break-word;
|
|
24
|
+
overflow: hidden;
|
|
25
|
+
text-overflow: ellipsis;
|
|
26
|
+
}
|
|
27
|
+
|
|
18
28
|
h3 {
|
|
19
29
|
margin-bottom: 0;
|
|
20
30
|
line-height: 1;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
select {
|
|
2
|
-
color: $btn-dropdown-color;
|
|
2
|
+
// color: $btn-dropdown-color;
|
|
3
|
+
color: theme-color('default') !important;
|
|
3
4
|
text-align: $btn-dropdown-alignment;
|
|
4
5
|
padding-right: 1rem;
|
|
5
6
|
outline: none;
|
|
@@ -13,14 +14,16 @@ select {
|
|
|
13
14
|
}
|
|
14
15
|
|
|
15
16
|
&:not([multiple]):not(:hover) {
|
|
16
|
-
background-color: $select-bg !important;
|
|
17
|
-
border-color: $select-border-color;
|
|
18
|
-
|
|
17
|
+
// background-color: $select-bg !important;
|
|
18
|
+
// border-color: $select-border-color;
|
|
19
|
+
background-color: white !important;
|
|
20
|
+
border: 1px solid $select-border-color;
|
|
21
|
+
}
|
|
19
22
|
}
|
|
20
23
|
|
|
21
24
|
.ng-select .ng-select-container {
|
|
22
25
|
box-shadow: none;
|
|
23
|
-
border: 1px solid $select-border-color;
|
|
26
|
+
border: 1px solid $select-border-color !important;
|
|
24
27
|
|
|
25
28
|
@if $is-sirius {
|
|
26
29
|
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
|
|
@@ -52,14 +55,6 @@ ng-select-focused,
|
|
|
52
55
|
// box-shadow: 0 0 0 0.2rem rgba(theme-color('primary'),.25) !important;
|
|
53
56
|
}
|
|
54
57
|
|
|
55
|
-
select {
|
|
56
|
-
color: theme-color('default') !important;
|
|
57
|
-
&:not([multiple]):not(:hover) {
|
|
58
|
-
background-color: white !important;
|
|
59
|
-
border: 1px solid $select-border-color;
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
|
|
63
58
|
@if $is-sirius {
|
|
64
59
|
.ng-select-opened {
|
|
65
60
|
> .ng-select-container {
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
background-color: $nav-tabs-bg;
|
|
13
13
|
|
|
14
14
|
@if $is-sirius {
|
|
15
|
-
border-bottom:
|
|
15
|
+
border-bottom: 0.0625rem solid $border-color;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
.nav-link {
|
|
@@ -26,19 +26,30 @@
|
|
|
26
26
|
min-height: $nav-tabs-link-min-height;
|
|
27
27
|
max-width: $nav-tabs-link-max-width;
|
|
28
28
|
min-width: $nav-tabs-link-min-width;
|
|
29
|
+
z-index: 1;
|
|
29
30
|
|
|
30
31
|
&::after {
|
|
31
32
|
content: '';
|
|
32
33
|
position: absolute;
|
|
33
|
-
height:
|
|
34
|
+
height: 0.125rem;
|
|
34
35
|
width: 100%;
|
|
35
36
|
left: 0;
|
|
36
37
|
bottom: -1px;
|
|
37
38
|
transform: scaleX(0);
|
|
39
|
+
z-index: 10;
|
|
38
40
|
|
|
39
41
|
@if $is-sirius {
|
|
40
42
|
transition: all .25s ease-out;
|
|
41
43
|
}
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
@include mobile-device-only {
|
|
47
|
+
&::after {
|
|
48
|
+
height: 0.25rem;
|
|
49
|
+
bottom: -0.125rem;
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
42
53
|
}
|
|
43
54
|
|
|
44
55
|
@if $nav-tabs-link-is-uppercase {
|
|
@@ -116,24 +127,41 @@
|
|
|
116
127
|
}
|
|
117
128
|
}
|
|
118
129
|
}
|
|
119
|
-
|
|
130
|
+
// leap-tabs-menu .toolbar {
|
|
131
|
+
// // position: -webkit-sticky;
|
|
132
|
+
// position: fixed;
|
|
133
|
+
// top: 0;
|
|
134
|
+
// display: block;
|
|
135
|
+
// z-index: 1030;
|
|
136
|
+
// }
|
|
120
137
|
@include mobile-device-only {
|
|
121
138
|
leap-tabs-menu .toolbar {
|
|
139
|
+
position: -webkit-sticky;
|
|
122
140
|
position: sticky;
|
|
123
141
|
top: 0;
|
|
124
|
-
z-index:
|
|
125
|
-
|
|
126
|
-
.nav-tabs {
|
|
142
|
+
z-index: 1500;
|
|
143
|
+
|
|
127
144
|
display: block !important;
|
|
128
145
|
white-space: nowrap;
|
|
129
146
|
width: 100%;
|
|
130
147
|
overflow-x: scroll;
|
|
131
148
|
overflow-y: hidden;
|
|
132
149
|
background-color: white;
|
|
150
|
+
}
|
|
151
|
+
.nav-tabs {
|
|
152
|
+
display: flex !important;
|
|
153
|
+
flex-wrap: nowrap;
|
|
154
|
+
width: 100%;
|
|
133
155
|
|
|
134
156
|
.nav-link {
|
|
135
157
|
display: inline-block;
|
|
136
158
|
|
|
159
|
+
&:not(.activated) {
|
|
160
|
+
position: relative;
|
|
161
|
+
margin-bottom: -0.0625rem;
|
|
162
|
+
border-bottom: 1px solid $border-color;
|
|
163
|
+
}
|
|
164
|
+
|
|
137
165
|
> span {
|
|
138
166
|
display: block;
|
|
139
167
|
}
|