phcthemes_web_theme_pack 5.0.1 → 5.0.2

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: 5b41df5782cd6598f4e81a497deee9d981ab515204ccf0214910df45597411ca
4
- data.tar.gz: 21eb02f2b4fd59aa8b704dd4a52a391681ae34d82206bcfe05650a26d030eb98
3
+ metadata.gz: 80b1d56d37fe006625d2901b3a2204d7c0122e1cf012899c93bb46c86ff4e19c
4
+ data.tar.gz: 82f4155aa51254e5fce29c58ed729709ed6e5ab03df61dbb22a2639cd007eb4a
5
5
  SHA512:
6
- metadata.gz: 2b88a2e5340fe858fbc41e63bcf62b887cdc4f0796412de2cedbd2c78411106508abfed8ad8defc6a16ed87536e8a6f68721ccd197dfae4b96921e7c91f06f60
7
- data.tar.gz: b6276c2727649aa2bc83b4776ac9f084260dda76a6c93f3c8c3a2fa3788e0a0c3b77af5757f65fb00516a60a4bde59c1f215631c4439e7f3f5e2ea5d2ca26165
6
+ metadata.gz: 12d18e839aa09e0b3b647a41fce677b475c9488af4510271f09ec166f703465875eba506ec11d613582d5e227bdb92be706c30e110bdac61fb0294b80ba11d97
7
+ data.tar.gz: 366d36d088e24abbf9b210712641c9272ef5c9c690ab746fc5fcaee89ba97ba18ce2b050e1db4e4d99554d8fb2ce40831b6e80aab16c74baef843626de222f62
@@ -2,28 +2,16 @@
2
2
  @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
3
3
 
4
4
  // Branding Text
5
- .phc_dev_strong {
5
+ .phc_dev_strong_plugin {
6
6
  font-family: 'Roboto', sans-serif;
7
- font-size: 34px !important;
8
7
  font-weight: 700 !important;
9
8
  }
10
9
 
11
- .phc_dev_light {
10
+ .phc_dev_light_plugin {
12
11
  font-family: 'Roboto', sans-serif;
13
- font-size: 34px !important;
14
12
  font-weight: 100 !important;
15
13
  }
16
14
 
17
- .phc_dev_strong_hero {
18
- font-family: 'Roboto', sans-serif;
19
- font-weight: 700;
20
- }
21
-
22
- .phc_dev_light_hero {
23
- font-family: 'Roboto', sans-serif;
24
- font-weight: 100;
25
- }
26
-
27
15
  // Beating Heart Effect for PHCNetco Websites
28
16
  .hanna_hearts {
29
17
  color: #E23636;
@@ -1,3 +1,3 @@
1
1
  module PhcthemesWebThemePack
2
- VERSION = "5.0.1"
2
+ VERSION = "5.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcthemes_web_theme_pack
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.1
4
+ version: 5.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - PHCDevworks