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: 5eac9e7d2191ed06a999f9fcce0e90b49ad3370982356b1df26a6d28cd51e90a
4
- data.tar.gz: 191d697c41c73c6ab27326b4dbd5d61fb39c8beb95f5106698fe4370f104d3b2
3
+ metadata.gz: 4158e5a5e98b80c7281995ce631878bbc1b9f44ca96d1e7174cb9d8537bb79ab
4
+ data.tar.gz: f9265ba3d33ea1ba18626f1754348cd3560b6436de2009a19a7da2d87b2348d0
5
5
  SHA512:
6
- metadata.gz: 1ca75b5b3300c26c2a99557c5b1f529bac47fe9da5c291d26afded3e2a5fd4b4dc070dbf48cc864e0cfd3d86cc6b390f779999a242faba1ebf63b6cdda5d8bd5
7
- data.tar.gz: 36546cc508856b9b9f834f19d717ad07b010db9834c3420f2b9398021f3d4e57f27e1ac93dfcdbee0b099e895a4c793517d03829ccb8bde420a1a9426e315f69
6
+ metadata.gz: ae6e897b0f608256d00931284528a92dc943ffc03e7e94b19bc1abe8016007d0dfbbdfd5687f2f5d217c8538afaeb0d892b37dc369e12e37e6752ace4855f263
7
+ data.tar.gz: 5f9a76bd80ce1568a43810c12011edd26ca6f2cd41dade01b084169a554c2b5305c8ca1effbe91014282740fc1d560439bb025dbcd42c11e05f36f03aef37237
@@ -1,5 +1,5 @@
1
1
  module Vbax
2
2
  module BeckyThatcher
3
- VERSION = "0.2.0"
3
+ VERSION = "0.3.0"
4
4
  end
5
5
  end
@@ -144,12 +144,21 @@
144
144
  }
145
145
  }
146
146
 
147
- .input-group .form-control:not(:first-child):not(:last-child), .input-group-btn: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: $primary !important;
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: $primary !important;
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.2.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-20 00:00:00.000000000 Z
11
+ date: 2019-04-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler