viniBaxter-desk_front 15.0.0 → 16.0.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1238c13fde396f1b8d0a365bbda0db09016806743338908f6d17999e2d276496
4
- data.tar.gz: a9745f68e1d2d5b9d07eb5fa2cf668383e3dc1f53845d0b5f297bdd88084fb14
3
+ metadata.gz: 8f3f1a9bb5462d6c7e4ac3767750648d0bbf42eb95be68782e4782a56831d26a
4
+ data.tar.gz: e7382b14fdcc63ed4533d0c7f7b157129fd7263b7fc7ebaf81a84395c1128370
5
5
  SHA512:
6
- metadata.gz: 9af8e10bf3319bf2dcdd44e71b24d0bc747d374fb745ffe6abbb93d38dc68321edf2e662185506a2e5a58f42357430c7a9cc7fed0de52bce5b997916e6629141
7
- data.tar.gz: a1dd6e83bae900fc22876320b149b989d4322b0f1b43105c715e304200b09fd76ba8772bfe2238196aeb85cb59f07bd747683d76ff267c1e9e82858e036d547e
6
+ metadata.gz: 54a7aedd6ef2fea27de95910a1891d71d67d73420037ec05090961517b8157a261fe0369d239e88c176a927f8f2ae6871f561f3762485ef204a028f2d982160c
7
+ data.tar.gz: 290862fa3e6824495fd5e04dd166f9a92193fece2f988e3e123556ae86d18817ccae0e53ffa351ade53ccc6af7841c3cc062f53649e3b7defc63e91caffb5c64
@@ -1,5 +1,5 @@
1
1
  module ViniBaxter
2
2
  module DeskFront
3
- VERSION = "15.0.0"
3
+ VERSION = "16.0.0"
4
4
  end
5
5
  end
@@ -15,7 +15,7 @@
15
15
  font-weight: 800;
16
16
  font-family: circular;
17
17
  &.place {
18
- font-size: 30px;
18
+ font-size: 1vw;
19
19
  }
20
20
  }
21
21
 
@@ -3,39 +3,39 @@
3
3
  // Theme component
4
4
  //
5
5
 
6
- .icon>svg {
6
+ .icon > svg {
7
7
  width: $icon-size-base;
8
8
  height: $icon-size-base;
9
9
  }
10
10
 
11
- .icon>img {
11
+ .icon > img {
12
12
  width: $icon-size-base;
13
13
  height: $icon-size-base;
14
14
  }
15
15
 
16
16
  // Use "text-" utilities to fill svg icons
17
- .icon[class*="text-"]>svg [fill]:not([fill="none"]) {
17
+ .icon[class*='text-'] > svg [fill]:not([fill='none']) {
18
18
  fill: currentColor !important;
19
19
  }
20
20
 
21
21
  // Sizing
22
22
 
23
- .icon-xs>svg {
23
+ .icon-xs > svg {
24
24
  width: $icon-size-xs;
25
25
  height: $icon-size-xs;
26
26
  }
27
27
 
28
- .icon-sm>svg {
28
+ .icon-sm > svg {
29
29
  width: $icon-size-sm;
30
30
  height: $icon-size-sm;
31
31
  }
32
32
 
33
- .icon-lg>svg {
33
+ .icon-lg > svg {
34
34
  width: $icon-size-lg;
35
35
  height: $icon-size-lg;
36
36
  }
37
37
 
38
- .icon-xl>svg {
38
+ .icon-xl > svg {
39
39
  width: $icon-size-xl;
40
40
  height: $icon-size-xl;
41
41
  }
@@ -50,7 +50,7 @@
50
50
  height: $icon-circle-size;
51
51
  border-radius: 50%;
52
52
 
53
- >.fe {
53
+ > .fe {
54
54
  font-size: $icon-circle-font-size;
55
55
  }
56
- }
56
+ }
@@ -49,7 +49,7 @@
49
49
  // @import "footer";
50
50
  // @import "flickity";
51
51
  // @import "highlight";
52
- // @import "icon";
52
+ // @import 'icon';
53
53
  // @import "list";
54
54
  // @import "screenshot";
55
55
  // @import "section";
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: viniBaxter-desk_front
3
3
  version: !ruby/object:Gem::Version
4
- version: 15.0.0
4
+ version: 16.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - viny baxter
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-06-17 00:00:00.000000000 Z
11
+ date: 2020-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler