phcthemes_web_theme_pack 5.0.0 → 5.0.1

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: 580b4b377d5aec0078b64f7f49228d66808965f238cee62446349c332b584aab
4
- data.tar.gz: ee42a2688998f4b6ebe6cfe19bb424d790b41c7676478c67439d3b24ad5193ff
3
+ metadata.gz: 5b41df5782cd6598f4e81a497deee9d981ab515204ccf0214910df45597411ca
4
+ data.tar.gz: 21eb02f2b4fd59aa8b704dd4a52a391681ae34d82206bcfe05650a26d030eb98
5
5
  SHA512:
6
- metadata.gz: 12c0c5ed8a807efafeb182053970e47057b54788789380c8816467d2bd240baf857bb6ee95f653a6a6d6433d32120b5f1e6c034e5d9f44cc3daed634ab674fcc
7
- data.tar.gz: d84ea88980e9f05877262c03662c0b5332f7443d4bbce8911808fdf876d6f6c3ee39e9a929c845257e2ef6e934e09dbe1807d78528a40d2be172ea0ba3ac10dc
6
+ metadata.gz: 2b88a2e5340fe858fbc41e63bcf62b887cdc4f0796412de2cedbd2c78411106508abfed8ad8defc6a16ed87536e8a6f68721ccd197dfae4b96921e7c91f06f60
7
+ data.tar.gz: b6276c2727649aa2bc83b4776ac9f084260dda76a6c93f3c8c3a2fa3788e0a0c3b77af5757f65fb00516a60a4bde59c1f215631c4439e7f3f5e2ea5d2ca26165
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2022 BradPotts
1
+ Copyright 2022 PHCDevworks
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
@@ -0,0 +1,2 @@
1
+ // Load Custom
2
+ @import "../common/custom/custom.scss";
@@ -0,0 +1,2 @@
1
+ // Load Custom
2
+ @import "../common/custom/custom.scss";
@@ -0,0 +1,37 @@
1
+ // Import Fonts
2
+ @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
3
+
4
+ // Branding Text
5
+ .phc_dev_strong {
6
+ font-family: 'Roboto', sans-serif;
7
+ font-size: 34px !important;
8
+ font-weight: 700 !important;
9
+ }
10
+
11
+ .phc_dev_light {
12
+ font-family: 'Roboto', sans-serif;
13
+ font-size: 34px !important;
14
+ font-weight: 100 !important;
15
+ }
16
+
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
+ // Beating Heart Effect for PHCNetco Websites
28
+ .hanna_hearts {
29
+ color: #E23636;
30
+ animation: pulse 1s ease infinite,
31
+ }
32
+
33
+ @keyframes pulse {
34
+ 0% { transform: scale(1); }
35
+ 50% { transform: scale(1.3); }
36
+ 100% { transform: scale(1); }
37
+ }
@@ -0,0 +1,2 @@
1
+ // Load Custom
2
+ @import "../common/custom/custom.scss";
@@ -5,3 +5,6 @@
5
5
  // Load Theme Files
6
6
  @import "../theme/css/core.min.css";
7
7
  @import "../theme/css/vendor_bundle.min.css";
8
+
9
+ // Load Custom
10
+ @import "../../common/custom/custom.scss";
@@ -1,3 +1,3 @@
1
1
  module PhcthemesWebThemePack
2
- VERSION = "5.0.0"
2
+ VERSION = "5.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcthemes_web_theme_pack
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.0
4
+ version: 5.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - PHCDevworks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-02-26 00:00:00.000000000 Z
11
+ date: 2022-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -129,6 +129,7 @@ files:
129
129
  - app/assets/javascript/smarty/vendor_bundle.min.js
130
130
  - app/assets/stylesheets/antlr/phcthemes_web_theme_pack_antlr.scss
131
131
  - app/assets/stylesheets/coloradmin/phcthemes_web_theme_pack_coloradmin.scss
132
+ - app/assets/stylesheets/common/custom/custom.scss
132
133
  - app/assets/stylesheets/piknik/phcthemes_web_theme_pack_piknik.scss
133
134
  - app/assets/stylesheets/smarty/default/phcthemes_web_theme_pack_smarty.scss
134
135
  - app/assets/stylesheets/smarty/theme/css/core.css