vp-themes 0.2.8 → 0.2.10

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: 4dbd9979ba1110fd90d4b8b350333be7d9af1d129c383971cfc043699857c7a1
4
- data.tar.gz: 3d1c9dea2d5938993a37ecb9111c9e20f68987ad59f66c5ef35c070b2a7e13af
3
+ metadata.gz: ec65fbbff7469236c36e89beaba75cc975c2d1009f9bc4d39850ebb150c4aa6d
4
+ data.tar.gz: 7d921a5dbed9282fd88f192bc8ea427fe52696d01e51bb235029f427d6acf26c
5
5
  SHA512:
6
- metadata.gz: 4a501931a2450726f6169b08b152ca3a609466b68949ed6ae4452e39064c0b4bd0e150091802ee8c041ccd41b91a9256ce338d39f09ae1f292031c377c1f07c2
7
- data.tar.gz: 90baeaf660034e6b7455e70c1c3dd6714ac44a476eca480a73b95a7d56b1fec1b27a3da68439aae3a5c8f2dad44e0400822605e81675fcb771e67b357f1f9367
6
+ metadata.gz: c9cd68383a45647e4c60df3d0397caa1a1d7415281eacdb609f3437d4113d11db65a1153f4c4626db32bd3aabc3acfdeb03b88f5ad65cbb8a9ab22e35d46701d
7
+ data.tar.gz: bb90164c41a86de214c2bb613ffdf5aeb7682e07dddff6f285ed116d58c6218487bb7c9eecafaf4a43e2d250a9ca2bcf3ebd4b9171724d504e62064dbe6d270f
@@ -132,8 +132,5 @@ email:
132
132
  button-border-color: rgb(19, 62, 94)
133
133
  button-text-color: rgb(255, 255, 255)
134
134
 
135
- banner:
136
- background-color: rgba(var(--color-balanced), 1)
137
-
138
135
  footer:
139
136
  background-color: rgba(106, 120, 131, 1)
@@ -41,7 +41,6 @@ image:
41
41
  button:
42
42
  s-rounded-padding: 8px
43
43
  background-color: rgba(var(--color-assertive), 1)
44
- border: none
45
44
  border-radius: 36px
46
45
  l-padding: var(--spacing-s) var(--spacing-xxl)
47
46
  title-font-weight: 500
@@ -52,9 +51,6 @@ simple:
52
51
  border-bottom: solid 1px rgba(var(--color-dark), 1)
53
52
  border-left: none
54
53
 
55
- banner:
56
- background-color: rgba(var(--color-energized), 1)
57
-
58
54
  header:
59
55
  userButton-color: rgba(var(--color-assertive), 1)
60
56
 
@@ -66,9 +66,6 @@ button:
66
66
  title-font-weight: 500
67
67
  border-radius: var(--radius-s);
68
68
 
69
- banner:
70
- background-color: rgba(var(--color-balanced), 1)
71
-
72
69
  steps:
73
70
  link-border: 2px solid rgba(216, 221, 226, 1)
74
71
  padding: var(--spacing-m) 0
@@ -82,7 +79,7 @@ content:
82
79
 
83
80
  heading:
84
81
  h6-font-weight-medium: 600
85
- color: rgba(0, 0, 60, 1)
82
+ color: rgba(0, 0, 105, 1)
86
83
 
87
84
  list:
88
85
  color-marker: rgba(var(--color-royal), 1)
@@ -143,4 +140,4 @@ email:
143
140
  button-text-color: rgb(255, 255, 255)
144
141
 
145
142
  footer:
146
- background-color: rgba(86, 86, 113, 1)
143
+ background-color: rgba(0, 0, 105, 1)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Vp
4
4
  module Themes
5
- VERSION = "0.2.8"
5
+ VERSION = "0.2.10"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vp-themes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.8
4
+ version: 0.2.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Kemp
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-03-21 00:00:00.000000000 Z
11
+ date: 2023-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pears