viniBaxter-desk_front 33.0.0 → 34.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/viniBaxter/desk_front/version.rb +1 -1
- data/lib/viniBaxter/sass/desk_front/bootstrap/_buttons.scss +2 -2
- data/lib/viniBaxter/sass/desk_front/dashkit/_dashkit.scss +0 -2
- data/lib/viniBaxter/sass/desk_front/dashkit/_header.scss +2 -2
- data/lib/viniBaxter/sass/desk_front/dashkit/utilities/_background.scss +9 -6
- data/lib/viniBaxter/sass/desk_front/v2lrf-dashboard/administrate/base/_layout.scss +1 -1
- data/lib/viniBaxter/sass/desk_front/{dashkit → v2lrf-dashboard/custom-components}/_avatar.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/_custom-dashboard-ui.scss +6 -6
- data/lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/_form.scss +275 -0
- data/lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/_index.scss +2 -0
- data/lib/viniBaxter/sass/desk_front/v2lrf-dashboard/new_nav/_sidebar-and-main-panel.scss +1 -1
- data/lib/viniBaxter/sass/desk_front/v2lrf-dashboard/new_nav/_white-content.scss +1 -1
- metadata +3 -4
- data/lib/viniBaxter/sass/desk_front/dashkit/_forms.scss +0 -279
- data/lib/viniBaxter/sass/desk_front/theme.scss +0 -14
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c32a70a3f887196ca776cbeda99a846009db39127e1d8d910796a3e0deb3d449
|
4
|
+
data.tar.gz: 78d6faae6ef0b840091cea6e18c9516bbfac7217b58eb7f914685c985dd7f324
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d78a81f7c9c88c8e2470e9d2da62d6f5d37e0460958295ae2ffc8fb1cba0f9dc2df1e902f65979950d4338e02cd222c1756a3cd7b3b72ccaa4b556325860bdcb
|
7
|
+
data.tar.gz: 1a06edfd88a25e607c856a0a298b4dbd2dfa2e70272debb9eb12dc7c8aab8319ec063be60875993a6aed2a8c469a3d66460c4135e7f71b576008a8be11294d20
|
@@ -91,7 +91,7 @@ $value in $theme-colors {
|
|
91
91
|
text-align: center;
|
92
92
|
// border: 1px solid $value;
|
93
93
|
// background-color: lighten($value, 90%);
|
94
|
-
border: 3px solid $nft-
|
94
|
+
border: 3px solid $nft-withe;
|
95
95
|
background-color: lighten($value, 78%);
|
96
96
|
outline: none;
|
97
97
|
margin: 0px;
|
@@ -106,7 +106,7 @@ $value in $theme-colors {
|
|
106
106
|
|
107
107
|
&.active {
|
108
108
|
background-color: $value !important;
|
109
|
-
color: $nft-
|
109
|
+
color: $nft-withe !important;
|
110
110
|
}
|
111
111
|
|
112
112
|
}
|
@@ -10,7 +10,6 @@
|
|
10
10
|
@import 'code';
|
11
11
|
@import 'custom-forms';
|
12
12
|
@import 'dropdowns';
|
13
|
-
@import 'forms';
|
14
13
|
@import 'jumbotron';
|
15
14
|
@import 'list-group';
|
16
15
|
@import 'nav';
|
@@ -26,7 +25,6 @@
|
|
26
25
|
|
27
26
|
// Dashkit only components
|
28
27
|
|
29
|
-
@import 'avatar';
|
30
28
|
@import 'chart';
|
31
29
|
@import 'comment';
|
32
30
|
@import 'checklist';
|
@@ -12,7 +12,8 @@
|
|
12
12
|
}
|
13
13
|
|
14
14
|
.header-img-top {
|
15
|
-
width: 100%;
|
15
|
+
width: 100%;
|
16
|
+
height: auto;
|
16
17
|
}
|
17
18
|
|
18
19
|
.header-body {
|
@@ -44,7 +45,6 @@
|
|
44
45
|
.header-subtitle {
|
45
46
|
margin-top: map-get($spacers, 2);
|
46
47
|
margin-bottom: 0;
|
47
|
-
color: $text-muted;
|
48
48
|
}
|
49
49
|
|
50
50
|
.header-tabs {
|
@@ -15,7 +15,7 @@
|
|
15
15
|
// Calculate the width of the main container because
|
16
16
|
// the background-attachment property will use 100vw instead
|
17
17
|
|
18
|
-
.navbar-vertical
|
18
|
+
.navbar-vertical~.main-content.bg-fixed-bottom {
|
19
19
|
background-size: 100%;
|
20
20
|
|
21
21
|
@include media-breakpoint-up(md) {
|
@@ -42,7 +42,8 @@
|
|
42
42
|
|
43
43
|
// Ellipses
|
44
44
|
|
45
|
-
@each $color,
|
45
|
+
@each $color,
|
46
|
+
$value in $theme-colors {
|
46
47
|
|
47
48
|
.bg-ellipses.bg-#{$color} {
|
48
49
|
background-color: transparent !important;
|
@@ -57,7 +58,8 @@
|
|
57
58
|
// Hero
|
58
59
|
|
59
60
|
.bg-hero {
|
60
|
-
background-image: linear-gradient(to bottom, fade-out($black, .15), fade-out($black, .15)),
|
61
|
+
background-image: linear-gradient(to bottom, fade-out($black, .15), fade-out($black, .15)),
|
62
|
+
url(#{$path-to-img}/covers/header-cover.jpg);
|
61
63
|
background-repeat: no-repeat, no-repeat;
|
62
64
|
background-position: center center, center center;
|
63
65
|
background-size: cover, cover;
|
@@ -67,14 +69,15 @@
|
|
67
69
|
// Colors
|
68
70
|
|
69
71
|
.bg-lighter {
|
70
|
-
background-color: $lighter !important;
|
72
|
+
background-color: $nft-soft-lighter !important;
|
71
73
|
}
|
72
74
|
|
73
75
|
|
74
76
|
// Soft colors
|
75
77
|
|
76
|
-
@each $color,
|
78
|
+
@each $color,
|
79
|
+
$value in $theme-colors {
|
77
80
|
.bg-#{$color}-soft {
|
78
81
|
background-color: theme-color-level($color, $bg-soft-level) !important;
|
79
82
|
}
|
80
|
-
}
|
83
|
+
}
|
data/lib/viniBaxter/sass/desk_front/{dashkit → v2lrf-dashboard/custom-components}/_avatar.scss
RENAMED
File without changes
|
data/lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/_custom-dashboard-ui.scss
CHANGED
@@ -15,27 +15,27 @@
|
|
15
15
|
margin-right: 5px;
|
16
16
|
position: relative;
|
17
17
|
|
18
|
-
&[
|
18
|
+
&[value='dark'] {
|
19
19
|
@include linear-gradient($black-states, $cplus_light);
|
20
20
|
}
|
21
21
|
|
22
|
-
&[
|
22
|
+
&[value='primary'] {
|
23
23
|
@include linear-gradient($primary-states, $primary);
|
24
24
|
}
|
25
25
|
|
26
|
-
&[
|
26
|
+
&[value='blue'] {
|
27
27
|
@include linear-gradient($info-states, $info);
|
28
28
|
}
|
29
29
|
|
30
|
-
&[
|
30
|
+
&[value='green'] {
|
31
31
|
@include linear-gradient($success-states, $success);
|
32
32
|
}
|
33
33
|
|
34
|
-
&[
|
34
|
+
&[value='orange'] {
|
35
35
|
@include linear-gradient($warning-states, $warning);
|
36
36
|
}
|
37
37
|
|
38
|
-
&[
|
38
|
+
&[value='red'] {
|
39
39
|
@include linear-gradient($danger-states, $danger);
|
40
40
|
}
|
41
41
|
|
@@ -0,0 +1,275 @@
|
|
1
|
+
.form-control:focus {
|
2
|
+
color: $nft-dark;
|
3
|
+
background-color: #FFFFFF;
|
4
|
+
border-color: $primary;
|
5
|
+
outline: 0;
|
6
|
+
box-shadow: transparent;
|
7
|
+
}
|
8
|
+
|
9
|
+
.form-text {
|
10
|
+
margin-top: 0;
|
11
|
+
margin-bottom: $label-margin-bottom;
|
12
|
+
}
|
13
|
+
|
14
|
+
|
15
|
+
// Form validation
|
16
|
+
|
17
|
+
.was-validated .form-control:valid:focus,
|
18
|
+
.form-control.is-valid:focus,
|
19
|
+
.was-validated .form-control:invalid:focus,
|
20
|
+
.form-control.is-invalid:focus {
|
21
|
+
box-shadow: none;
|
22
|
+
}
|
23
|
+
|
24
|
+
|
25
|
+
//
|
26
|
+
// Dashkit ===================================
|
27
|
+
//
|
28
|
+
|
29
|
+
// Form control flush
|
30
|
+
//
|
31
|
+
// Removes borders and paddings from inputs and text areas
|
32
|
+
|
33
|
+
.form-control-flush {
|
34
|
+
padding-left: 0;
|
35
|
+
padding-right: 0;
|
36
|
+
border-color: transparent !important;
|
37
|
+
background-color: transparent !important;
|
38
|
+
resize: none;
|
39
|
+
}
|
40
|
+
|
41
|
+
|
42
|
+
// Form control auto
|
43
|
+
//
|
44
|
+
// Sets the height of the input to auto
|
45
|
+
|
46
|
+
.form-control-auto {
|
47
|
+
height: auto;
|
48
|
+
padding-top: 0;
|
49
|
+
padding-bottom: 0;
|
50
|
+
}
|
51
|
+
|
52
|
+
|
53
|
+
// Form control rounded
|
54
|
+
//
|
55
|
+
// Makes input border radius round
|
56
|
+
|
57
|
+
.form-control-rounded {
|
58
|
+
border-radius: 20rem;
|
59
|
+
}
|
60
|
+
|
61
|
+
|
62
|
+
// Input group merge
|
63
|
+
//
|
64
|
+
// Makes input group text and form control visually the same element
|
65
|
+
|
66
|
+
.input-group.input-group-merge {
|
67
|
+
|
68
|
+
>.form-control {
|
69
|
+
border-radius: $input-border-radius;
|
70
|
+
|
71
|
+
&:focus {
|
72
|
+
box-shadow: none;
|
73
|
+
|
74
|
+
~[class*="input-group"] {
|
75
|
+
|
76
|
+
>.input-group-text {
|
77
|
+
border-color: $primary !important;
|
78
|
+
}
|
79
|
+
}
|
80
|
+
}
|
81
|
+
}
|
82
|
+
|
83
|
+
>.form-control.is-valid~[class*="input-group"]>.input-group-text {
|
84
|
+
border-color: $success;
|
85
|
+
}
|
86
|
+
|
87
|
+
>.form-control.is-invalid~[class*="input-group"]>.input-group-text {
|
88
|
+
border-color: $danger;
|
89
|
+
}
|
90
|
+
|
91
|
+
>.form-control-prepended {
|
92
|
+
padding-left: $input-padding-x / 2;
|
93
|
+
border-top-left-radius: 0 !important;
|
94
|
+
border-bottom-left-radius: 0 !important;
|
95
|
+
border-left-width: 0;
|
96
|
+
}
|
97
|
+
|
98
|
+
>.form-control-appended {
|
99
|
+
padding-right: $input-padding-x / 2;
|
100
|
+
border-top-right-radius: 0 !important;
|
101
|
+
border-bottom-right-radius: 0 !important;
|
102
|
+
border-right-width: 0;
|
103
|
+
}
|
104
|
+
|
105
|
+
>.input-group-prepend {
|
106
|
+
order: -1; // prepend always goes first
|
107
|
+
|
108
|
+
>.input-group-text {
|
109
|
+
padding-right: $input-padding-x / 2;
|
110
|
+
border-top-left-radius: $input-border-radius;
|
111
|
+
border-bottom-left-radius: $input-border-radius;
|
112
|
+
border-right-width: 0;
|
113
|
+
transition: $input-transition;
|
114
|
+
}
|
115
|
+
}
|
116
|
+
|
117
|
+
>.input-group-append {
|
118
|
+
|
119
|
+
>.input-group-text {
|
120
|
+
padding-left: $input-padding-x / 2;
|
121
|
+
border-top-right-radius: $input-border-radius;
|
122
|
+
border-bottom-right-radius: $input-border-radius;
|
123
|
+
border-left-width: 0;
|
124
|
+
transition: $input-transition;
|
125
|
+
}
|
126
|
+
}
|
127
|
+
}
|
128
|
+
|
129
|
+
.input-group-lg.input-group-merge {
|
130
|
+
|
131
|
+
>.form-control {
|
132
|
+
border-radius: $input-border-radius-lg;
|
133
|
+
}
|
134
|
+
|
135
|
+
>.form-control-prepended {
|
136
|
+
padding-left: $input-padding-x-lg / 2;
|
137
|
+
|
138
|
+
}
|
139
|
+
|
140
|
+
>.form-control-appended {
|
141
|
+
padding-right: $input-padding-x-lg / 2;
|
142
|
+
|
143
|
+
}
|
144
|
+
|
145
|
+
>.input-group-prepend {
|
146
|
+
|
147
|
+
>.input-group-text {
|
148
|
+
padding-right: $input-padding-x-lg / 2;
|
149
|
+
border-top-left-radius: $input-border-radius-lg;
|
150
|
+
border-bottom-left-radius: $input-border-radius-lg;
|
151
|
+
}
|
152
|
+
}
|
153
|
+
|
154
|
+
>.input-group-append {
|
155
|
+
|
156
|
+
>.input-group-text {
|
157
|
+
padding-left: $input-padding-x-lg / 2;
|
158
|
+
border-top-right-radius: $input-border-radius-lg;
|
159
|
+
border-bottom-right-radius: $input-border-radius-lg;
|
160
|
+
}
|
161
|
+
}
|
162
|
+
}
|
163
|
+
|
164
|
+
.input-group-sm.input-group-merge {
|
165
|
+
|
166
|
+
>.form-control {
|
167
|
+
border-radius: $input-border-radius-sm;
|
168
|
+
}
|
169
|
+
|
170
|
+
>.form-control-prepended {
|
171
|
+
padding-left: $input-padding-x-sm / 2;
|
172
|
+
|
173
|
+
}
|
174
|
+
|
175
|
+
>.form-control-appended {
|
176
|
+
padding-right: $input-padding-x-sm / 2;
|
177
|
+
}
|
178
|
+
|
179
|
+
>.input-group-prepend {
|
180
|
+
|
181
|
+
>.input-group-text {
|
182
|
+
padding-right: $input-padding-x-sm / 2;
|
183
|
+
border-top-left-radius: $input-border-radius-sm;
|
184
|
+
border-bottom-left-radius: $input-border-radius-sm;
|
185
|
+
}
|
186
|
+
}
|
187
|
+
|
188
|
+
>.input-group-append {
|
189
|
+
|
190
|
+
>.input-group-text {
|
191
|
+
padding-left: $input-padding-x-sm / 2;
|
192
|
+
border-top-right-radius: $input-border-radius-sm;
|
193
|
+
border-bottom-right-radius: $input-border-radius-sm;
|
194
|
+
}
|
195
|
+
}
|
196
|
+
}
|
197
|
+
|
198
|
+
.input-group-rounded.input-group-merge {
|
199
|
+
|
200
|
+
>.form-control {
|
201
|
+
border-radius: 20rem;
|
202
|
+
}
|
203
|
+
|
204
|
+
>.input-group-prepend {
|
205
|
+
|
206
|
+
>.input-group-text {
|
207
|
+
border-top-left-radius: 20rem;
|
208
|
+
border-bottom-left-radius: 20rem;
|
209
|
+
}
|
210
|
+
}
|
211
|
+
|
212
|
+
>.input-group-append {
|
213
|
+
|
214
|
+
>.input-group-text {
|
215
|
+
border-top-right-radius: 20rem;
|
216
|
+
border-bottom-right-radius: 20rem;
|
217
|
+
}
|
218
|
+
}
|
219
|
+
}
|
220
|
+
|
221
|
+
.input-group-flush {
|
222
|
+
|
223
|
+
>.form-control {
|
224
|
+
padding-top: 0;
|
225
|
+
padding-bottom: 0;
|
226
|
+
border-color: transparent !important;
|
227
|
+
background-color: transparent !important;
|
228
|
+
}
|
229
|
+
|
230
|
+
>.input-group-prepend,
|
231
|
+
>.input-group-append {
|
232
|
+
|
233
|
+
>.input-group-text {
|
234
|
+
padding: 0;
|
235
|
+
border-width: 0;
|
236
|
+
background-color: transparent;
|
237
|
+
}
|
238
|
+
}
|
239
|
+
}
|
240
|
+
|
241
|
+
|
242
|
+
// Font size
|
243
|
+
|
244
|
+
.form-control {
|
245
|
+
|
246
|
+
&.h1,
|
247
|
+
&.h2,
|
248
|
+
&.h3,
|
249
|
+
&.h4,
|
250
|
+
&.h5 {
|
251
|
+
margin-bottom: 0;
|
252
|
+
font-weight: $headings-font-weight;
|
253
|
+
letter-spacing: $headings-letter-spacing;
|
254
|
+
}
|
255
|
+
|
256
|
+
&.h1 {
|
257
|
+
font-size: $h1-font-size;
|
258
|
+
}
|
259
|
+
|
260
|
+
&.h2 {
|
261
|
+
font-size: $h2-font-size;
|
262
|
+
}
|
263
|
+
|
264
|
+
&.h3 {
|
265
|
+
font-size: $h3-font-size;
|
266
|
+
}
|
267
|
+
|
268
|
+
&.h4 {
|
269
|
+
font-size: $h4-font-size;
|
270
|
+
}
|
271
|
+
|
272
|
+
&.h5 {
|
273
|
+
font-size: $h5-font-size;
|
274
|
+
}
|
275
|
+
}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: viniBaxter-desk_front
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 34.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- viny baxter
|
@@ -174,7 +174,6 @@ files:
|
|
174
174
|
- lib/viniBaxter/sass/desk_front/bootstrap/utilities/_visibility.scss
|
175
175
|
- lib/viniBaxter/sass/desk_front/bootstrap/vendor/_rfs.scss
|
176
176
|
- lib/viniBaxter/sass/desk_front/dashkit/_alert.scss
|
177
|
-
- lib/viniBaxter/sass/desk_front/dashkit/_avatar.scss
|
178
177
|
- lib/viniBaxter/sass/desk_front/dashkit/_badge.scss
|
179
178
|
- lib/viniBaxter/sass/desk_front/dashkit/_breadcrumb.scss
|
180
179
|
- lib/viniBaxter/sass/desk_front/dashkit/_buttons.scss
|
@@ -188,7 +187,6 @@ files:
|
|
188
187
|
- lib/viniBaxter/sass/desk_front/dashkit/_dashkit.scss
|
189
188
|
- lib/viniBaxter/sass/desk_front/dashkit/_dropdowns.scss
|
190
189
|
- lib/viniBaxter/sass/desk_front/dashkit/_feather.scss
|
191
|
-
- lib/viniBaxter/sass/desk_front/dashkit/_forms.scss
|
192
190
|
- lib/viniBaxter/sass/desk_front/dashkit/_header.scss
|
193
191
|
- lib/viniBaxter/sass/desk_front/dashkit/_icon.scss
|
194
192
|
- lib/viniBaxter/sass/desk_front/dashkit/_jumbotron.scss
|
@@ -244,7 +242,6 @@ files:
|
|
244
242
|
- lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/utilities/_sizing.scss
|
245
243
|
- lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/utilities/_type.scss
|
246
244
|
- lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/utilities/_visibility.scss
|
247
|
-
- lib/viniBaxter/sass/desk_front/theme.scss
|
248
245
|
- lib/viniBaxter/sass/desk_front/v2lrf-dashboard/_functions.scss
|
249
246
|
- lib/viniBaxter/sass/desk_front/v2lrf-dashboard/_index.scss
|
250
247
|
- lib/viniBaxter/sass/desk_front/v2lrf-dashboard/_mixins.scss
|
@@ -270,8 +267,10 @@ files:
|
|
270
267
|
- lib/viniBaxter/sass/desk_front/v2lrf-dashboard/administrate/library/_variables.scss
|
271
268
|
- lib/viniBaxter/sass/desk_front/v2lrf-dashboard/administrate/reset/_normalize.scss
|
272
269
|
- lib/viniBaxter/sass/desk_front/v2lrf-dashboard/administrate/utilities/_text-color.scss
|
270
|
+
- lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/_avatar.scss
|
273
271
|
- lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/_custom-dashboard-ui.scss
|
274
272
|
- lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/_dropdown.scss
|
273
|
+
- lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/_form.scss
|
275
274
|
- lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/_index.scss
|
276
275
|
- lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/_misc.scss
|
277
276
|
- lib/viniBaxter/sass/desk_front/v2lrf-dashboard/custom-components/_modal-setup.scss
|
@@ -1,279 +0,0 @@
|
|
1
|
-
//
|
2
|
-
// forms.scss
|
3
|
-
// Extended from Bootstrap
|
4
|
-
//
|
5
|
-
|
6
|
-
//
|
7
|
-
// Bootstrap Overrides ===================================
|
8
|
-
//
|
9
|
-
|
10
|
-
// Help text
|
11
|
-
|
12
|
-
.form-control:focus {
|
13
|
-
color: #12263F;
|
14
|
-
background-color: #FFFFFF;
|
15
|
-
border-color: $blue;
|
16
|
-
outline: 0;
|
17
|
-
box-shadow: transparent; }
|
18
|
-
|
19
|
-
.form-text {
|
20
|
-
margin-top: 0;
|
21
|
-
margin-bottom: $label-margin-bottom;
|
22
|
-
}
|
23
|
-
|
24
|
-
|
25
|
-
// Form validation
|
26
|
-
|
27
|
-
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
|
28
|
-
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
|
29
|
-
box-shadow: none;
|
30
|
-
}
|
31
|
-
|
32
|
-
|
33
|
-
//
|
34
|
-
// Dashkit ===================================
|
35
|
-
//
|
36
|
-
|
37
|
-
// Form control flush
|
38
|
-
//
|
39
|
-
// Removes borders and paddings from inputs and text areas
|
40
|
-
|
41
|
-
.form-control-flush {
|
42
|
-
padding-left: 0;
|
43
|
-
padding-right: 0;
|
44
|
-
border-color: transparent !important;
|
45
|
-
background-color: transparent !important;
|
46
|
-
resize: none;
|
47
|
-
}
|
48
|
-
|
49
|
-
|
50
|
-
// Form control auto
|
51
|
-
//
|
52
|
-
// Sets the height of the input to auto
|
53
|
-
|
54
|
-
.form-control-auto {
|
55
|
-
height: auto;
|
56
|
-
padding-top: 0;
|
57
|
-
padding-bottom: 0;
|
58
|
-
}
|
59
|
-
|
60
|
-
|
61
|
-
// Form control rounded
|
62
|
-
//
|
63
|
-
// Makes input border radius round
|
64
|
-
|
65
|
-
.form-control-rounded {
|
66
|
-
border-radius: 20rem;
|
67
|
-
}
|
68
|
-
|
69
|
-
|
70
|
-
// Input group merge
|
71
|
-
//
|
72
|
-
// Makes input group text and form control visually the same element
|
73
|
-
|
74
|
-
.input-group.input-group-merge {
|
75
|
-
|
76
|
-
> .form-control {
|
77
|
-
border-radius: $input-border-radius;
|
78
|
-
|
79
|
-
&:focus {
|
80
|
-
box-shadow: none;
|
81
|
-
|
82
|
-
~ [class*="input-group"] {
|
83
|
-
|
84
|
-
> .input-group-text {
|
85
|
-
border-color: $input-focus-border-color!important;
|
86
|
-
}
|
87
|
-
}
|
88
|
-
}
|
89
|
-
}
|
90
|
-
|
91
|
-
> .form-control.is-valid ~ [class*="input-group"] > .input-group-text {
|
92
|
-
border-color: $success;
|
93
|
-
}
|
94
|
-
|
95
|
-
> .form-control.is-invalid ~ [class*="input-group"] > .input-group-text {
|
96
|
-
border-color: $danger;
|
97
|
-
}
|
98
|
-
|
99
|
-
> .form-control-prepended {
|
100
|
-
padding-left: $input-padding-x / 2;
|
101
|
-
border-top-left-radius: 0 !important;
|
102
|
-
border-bottom-left-radius: 0 !important;
|
103
|
-
border-left-width: 0;
|
104
|
-
}
|
105
|
-
|
106
|
-
> .form-control-appended {
|
107
|
-
padding-right: $input-padding-x / 2;
|
108
|
-
border-top-right-radius: 0 !important;
|
109
|
-
border-bottom-right-radius: 0 !important;
|
110
|
-
border-right-width: 0;
|
111
|
-
}
|
112
|
-
|
113
|
-
> .input-group-prepend {
|
114
|
-
order: -1; // prepend always goes first
|
115
|
-
|
116
|
-
> .input-group-text {
|
117
|
-
padding-right: $input-padding-x / 2;
|
118
|
-
border-top-left-radius: $input-border-radius;
|
119
|
-
border-bottom-left-radius: $input-border-radius;
|
120
|
-
border-right-width: 0;
|
121
|
-
transition: $input-transition;
|
122
|
-
}
|
123
|
-
}
|
124
|
-
|
125
|
-
> .input-group-append {
|
126
|
-
|
127
|
-
> .input-group-text {
|
128
|
-
padding-left: $input-padding-x / 2;
|
129
|
-
border-top-right-radius: $input-border-radius;
|
130
|
-
border-bottom-right-radius: $input-border-radius;
|
131
|
-
border-left-width: 0;
|
132
|
-
transition: $input-transition;
|
133
|
-
}
|
134
|
-
}
|
135
|
-
}
|
136
|
-
|
137
|
-
.input-group-lg.input-group-merge {
|
138
|
-
|
139
|
-
> .form-control {
|
140
|
-
border-radius: $input-border-radius-lg;
|
141
|
-
}
|
142
|
-
|
143
|
-
> .form-control-prepended {
|
144
|
-
padding-left: $input-padding-x-lg / 2;
|
145
|
-
|
146
|
-
}
|
147
|
-
|
148
|
-
> .form-control-appended {
|
149
|
-
padding-right: $input-padding-x-lg / 2;
|
150
|
-
|
151
|
-
}
|
152
|
-
|
153
|
-
> .input-group-prepend {
|
154
|
-
|
155
|
-
> .input-group-text {
|
156
|
-
padding-right: $input-padding-x-lg / 2;
|
157
|
-
border-top-left-radius: $input-border-radius-lg;
|
158
|
-
border-bottom-left-radius: $input-border-radius-lg;
|
159
|
-
}
|
160
|
-
}
|
161
|
-
|
162
|
-
> .input-group-append {
|
163
|
-
|
164
|
-
> .input-group-text {
|
165
|
-
padding-left: $input-padding-x-lg / 2;
|
166
|
-
border-top-right-radius: $input-border-radius-lg;
|
167
|
-
border-bottom-right-radius: $input-border-radius-lg;
|
168
|
-
}
|
169
|
-
}
|
170
|
-
}
|
171
|
-
|
172
|
-
.input-group-sm.input-group-merge {
|
173
|
-
|
174
|
-
> .form-control {
|
175
|
-
border-radius: $input-border-radius-sm;
|
176
|
-
}
|
177
|
-
|
178
|
-
> .form-control-prepended {
|
179
|
-
padding-left: $input-padding-x-sm / 2;
|
180
|
-
|
181
|
-
}
|
182
|
-
|
183
|
-
> .form-control-appended {
|
184
|
-
padding-right: $input-padding-x-sm / 2;
|
185
|
-
}
|
186
|
-
|
187
|
-
> .input-group-prepend {
|
188
|
-
|
189
|
-
> .input-group-text {
|
190
|
-
padding-right: $input-padding-x-sm / 2;
|
191
|
-
border-top-left-radius: $input-border-radius-sm;
|
192
|
-
border-bottom-left-radius: $input-border-radius-sm;
|
193
|
-
}
|
194
|
-
}
|
195
|
-
|
196
|
-
> .input-group-append {
|
197
|
-
|
198
|
-
> .input-group-text {
|
199
|
-
padding-left: $input-padding-x-sm / 2;
|
200
|
-
border-top-right-radius: $input-border-radius-sm;
|
201
|
-
border-bottom-right-radius: $input-border-radius-sm;
|
202
|
-
}
|
203
|
-
}
|
204
|
-
}
|
205
|
-
|
206
|
-
.input-group-rounded.input-group-merge {
|
207
|
-
|
208
|
-
> .form-control {
|
209
|
-
border-radius: 20rem;
|
210
|
-
}
|
211
|
-
|
212
|
-
> .input-group-prepend {
|
213
|
-
|
214
|
-
> .input-group-text {
|
215
|
-
border-top-left-radius: 20rem;
|
216
|
-
border-bottom-left-radius: 20rem;
|
217
|
-
}
|
218
|
-
}
|
219
|
-
|
220
|
-
> .input-group-append {
|
221
|
-
|
222
|
-
> .input-group-text {
|
223
|
-
border-top-right-radius: 20rem;
|
224
|
-
border-bottom-right-radius: 20rem;
|
225
|
-
}
|
226
|
-
}
|
227
|
-
}
|
228
|
-
|
229
|
-
.input-group-flush {
|
230
|
-
|
231
|
-
> .form-control {
|
232
|
-
padding-top: 0;
|
233
|
-
padding-bottom: 0;
|
234
|
-
border-color: transparent !important;
|
235
|
-
background-color: transparent !important;
|
236
|
-
}
|
237
|
-
|
238
|
-
> .input-group-prepend,
|
239
|
-
> .input-group-append {
|
240
|
-
|
241
|
-
> .input-group-text {
|
242
|
-
padding: 0;
|
243
|
-
border-width: 0;
|
244
|
-
background-color: transparent;
|
245
|
-
}
|
246
|
-
}
|
247
|
-
}
|
248
|
-
|
249
|
-
|
250
|
-
// Font size
|
251
|
-
|
252
|
-
.form-control {
|
253
|
-
|
254
|
-
&.h1, &.h2, &.h3, &.h4, &.h5 {
|
255
|
-
margin-bottom: 0;
|
256
|
-
font-weight: $headings-font-weight;
|
257
|
-
letter-spacing: $headings-letter-spacing;
|
258
|
-
}
|
259
|
-
|
260
|
-
&.h1 {
|
261
|
-
font-size: $h1-font-size;
|
262
|
-
}
|
263
|
-
|
264
|
-
&.h2 {
|
265
|
-
font-size: $h2-font-size;
|
266
|
-
}
|
267
|
-
|
268
|
-
&.h3 {
|
269
|
-
font-size: $h3-font-size;
|
270
|
-
}
|
271
|
-
|
272
|
-
&.h4 {
|
273
|
-
font-size: $h4-font-size;
|
274
|
-
}
|
275
|
-
|
276
|
-
&.h5 {
|
277
|
-
font-size: $h5-font-size;
|
278
|
-
}
|
279
|
-
}
|
@@ -1,14 +0,0 @@
|
|
1
|
-
// Custom variables
|
2
|
-
@import 'user-variables';
|
3
|
-
|
4
|
-
// Dashkit variables
|
5
|
-
@import 'dashkit/variables';
|
6
|
-
|
7
|
-
// Bootstrap core
|
8
|
-
// @import '../../../node_modules/bootstrap/scss/bootstrap';
|
9
|
-
|
10
|
-
// Dashkit core
|
11
|
-
@import 'dashkit/dashkit';
|
12
|
-
|
13
|
-
// Custom core
|
14
|
-
@import 'user';
|