vbax-becky_thatcher 0.2.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4158e5a5e98b80c7281995ce631878bbc1b9f44ca96d1e7174cb9d8537bb79ab
|
4
|
+
data.tar.gz: f9265ba3d33ea1ba18626f1754348cd3560b6436de2009a19a7da2d87b2348d0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae6e897b0f608256d00931284528a92dc943ffc03e7e94b19bc1abe8016007d0dfbbdfd5687f2f5d217c8538afaeb0d892b37dc369e12e37e6752ace4855f263
|
7
|
+
data.tar.gz: 5f9a76bd80ce1568a43810c12011edd26ca6f2cd41dade01b084169a554c2b5305c8ca1effbe91014282740fc1d560439bb025dbcd42c11e05f36f03aef37237
|
@@ -144,12 +144,21 @@
|
|
144
144
|
}
|
145
145
|
}
|
146
146
|
|
147
|
-
.input-group .form-control:not(:first-child):not(:last-child),
|
147
|
+
.input-group .form-control:not(:first-child):not(:last-child),
|
148
|
+
.input-group-btn:not(:first-child):not(:last-child){
|
148
149
|
border-radius: $border-radius-lg;
|
149
150
|
border-top-left-radius: 0;
|
150
151
|
border-bottom-left-radius: 0;
|
151
152
|
border-left: 0 none;
|
152
153
|
}
|
154
|
+
// .select-group .form-control:not(:first-child):not(:last-child),
|
155
|
+
// .select-group-btn:not(:first-child):not(:last-child){
|
156
|
+
// border-radius: $border-radius-lg;
|
157
|
+
// border-top-left-radius: 0;
|
158
|
+
// border-bottom-left-radius: 0;
|
159
|
+
// border-left: 0 none;
|
160
|
+
// appearance:none;
|
161
|
+
// }
|
153
162
|
|
154
163
|
.input-group .form-control:first-child,
|
155
164
|
.input-group-btn:first-child > .dropdown-toggle,
|
@@ -11,7 +11,7 @@ select.selectpicker {
|
|
11
11
|
}
|
12
12
|
|
13
13
|
.bootstrap-select.show>.dropdown-toggle{
|
14
|
-
border-color: $
|
14
|
+
border-color: $rework !important;
|
15
15
|
}
|
16
16
|
.bootstrap-select button.dropdown-toggle{
|
17
17
|
background: $transparent-bg !important;
|
@@ -24,7 +24,7 @@ select.selectpicker {
|
|
24
24
|
|
25
25
|
}
|
26
26
|
&:focus,&:active{
|
27
|
-
border-color: $
|
27
|
+
border-color: $rework !important;
|
28
28
|
}
|
29
29
|
}
|
30
30
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vbax-becky_thatcher
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- v baxter
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-04-
|
11
|
+
date: 2019-04-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|