viniBaxter-spa_landing 15.0.2 → 20.0.1

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: 82d09bd40a505d202c7477dba143312af2a643686d1cdc8c7fdac40f6b0a220e
4
- data.tar.gz: 5505b763b0754aac742191c08145a5cb5168365c3eb196b958f5cd095b0219e0
3
+ metadata.gz: 55509d1ce4fdd149753755ed552b0566b52b6dc6567935e2369069adbc876a4b
4
+ data.tar.gz: be1b8b8fa7e9830b89b754c6e429375876bd964bb63024da90217ff4ef775144
5
5
  SHA512:
6
- metadata.gz: e769b0be675449585c904d7bbcb67c92d1195ddb88b39f5615bd0031860e54f246c4c5096e027c23e03360519eb262b4e116fe2a78b1be383b9c49c01d4db92c
7
- data.tar.gz: 1bd6ebf4e82f786854af26ae49a74f1396290a8f9a2bef8e3734cf33e51dadd857323497ffb00a602add4a054c10699564a6731953a5d1c4fbb57b95dc7a2efb
6
+ metadata.gz: 1c908db5c946eb4efe5e21019233218c4c1930c935305c3a830a8f6c747730d05ca37700bd0e4a3a4cf2068283c2943d33012d9c1e13e952fd19890cc7490811
7
+ data.tar.gz: b7b3dfdea6dd9150306cf7a261943f98a497808349cfb98f94ce250808b483e4f513c2f972dffec29a895b9cc8236d3d7182e817779315c84216cced722eb22c
@@ -12,6 +12,8 @@
12
12
  background-color: $card-bg;
13
13
  background-clip: border-box;
14
14
  border: $card-border-width solid $card-border-color;
15
+ backdrop-filter: saturate(101.8%) blur(7px) !important;
16
+ background-color: rgba(255, 255, 255, 0.1) !important;
15
17
  @include border-radius($card-border-radius);
16
18
 
17
19
  > hr {
@@ -28,7 +30,7 @@
28
30
  @include border-top-radius($card-inner-border-radius);
29
31
  }
30
32
 
31
- &:last-child {
33
+ &:last-child {
32
34
  border-bottom-width: 0;
33
35
  @include border-bottom-radius($card-inner-border-radius);
34
36
  }
@@ -88,7 +90,9 @@
88
90
  border-bottom: $card-border-width solid $card-border-color;
89
91
 
90
92
  &:first-child {
91
- @include border-radius($card-inner-border-radius $card-inner-border-radius 0 0);
93
+ @include border-radius(
94
+ $card-inner-border-radius $card-inner-border-radius 0 0
95
+ );
92
96
  }
93
97
  }
94
98
 
@@ -99,11 +103,12 @@
99
103
  border-top: $card-border-width solid $card-border-color;
100
104
 
101
105
  &:last-child {
102
- @include border-radius(0 0 $card-inner-border-radius $card-inner-border-radius);
106
+ @include border-radius(
107
+ 0 0 $card-inner-border-radius $card-inner-border-radius
108
+ );
103
109
  }
104
110
  }
105
111
 
106
-
107
112
  //
108
113
  // Header navs
109
114
  //
@@ -148,7 +153,6 @@
148
153
  @include border-bottom-radius($card-inner-border-radius);
149
154
  }
150
155
 
151
-
152
156
  // Card deck
153
157
 
154
158
  .card-deck {
@@ -172,7 +176,6 @@
172
176
  }
173
177
  }
174
178
 
175
-
176
179
  //
177
180
  // Card groups
178
181
  //
@@ -235,7 +238,6 @@
235
238
  }
236
239
  }
237
240
 
238
-
239
241
  //
240
242
  // Columns
241
243
  //
@@ -258,7 +260,6 @@
258
260
  }
259
261
  }
260
262
 
261
-
262
263
  //
263
264
  // Accordion
264
265
  //
@@ -6,8 +6,9 @@
6
6
  position: absolute !important;
7
7
  top: 0;
8
8
  background-repeat: no-repeat !important;
9
- animation-name: illusion_jumbotron !important;
10
- animation-duration: 300ms !important;
9
+ // this annimation is not cool for jumbo effect
10
+ // animation-name: illusion_jumbotron !important;
11
+ // animation-duration: 300ms !important;
11
12
  animation-timing-function: ease-out !important;
12
13
  background-size: cover !important;
13
14
  width: 100%;
@@ -3,9 +3,9 @@ module ViniBaxter
3
3
  # VERSION = '15.0.0'
4
4
  # end
5
5
  module SpaLanding
6
- MAJOR = 15
6
+ MAJOR = 20
7
7
  MINOR = 0
8
- TINY = 2
8
+ TINY = 1
9
9
  # PRE = "alpha"
10
10
 
11
11
  VERSION = [MAJOR, MINOR, TINY].compact.join(".")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: viniBaxter-spa_landing
3
3
  version: !ruby/object:Gem::Version
4
- version: 15.0.2
4
+ version: 20.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - vini baxter
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-03-16 00:00:00.000000000 Z
11
+ date: 2021-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler