viniBaxter-desk_front 15.0.0 → 16.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/landing/spa_landing/theme/_card.scss +1 -1
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_icon.scss +9 -9
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_theme.scss +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8f3f1a9bb5462d6c7e4ac3767750648d0bbf42eb95be68782e4782a56831d26a
|
4
|
+
data.tar.gz: e7382b14fdcc63ed4533d0c7f7b157129fd7263b7fc7ebaf81a84395c1128370
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 54a7aedd6ef2fea27de95910a1891d71d67d73420037ec05090961517b8157a261fe0369d239e88c176a927f8f2ae6871f561f3762485ef204a028f2d982160c
|
7
|
+
data.tar.gz: 290862fa3e6824495fd5e04dd166f9a92193fece2f988e3e123556ae86d18817ccae0e53ffa351ade53ccc6af7841c3cc062f53649e3b7defc63e91caffb5c64
|
@@ -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*=
|
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
|
-
|
53
|
+
> .fe {
|
54
54
|
font-size: $icon-circle-font-size;
|
55
55
|
}
|
56
|
-
}
|
56
|
+
}
|
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:
|
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-
|
11
|
+
date: 2020-06-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|