phcthemes_web_theme_pack 5.0.0 → 5.0.3

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: 580b4b377d5aec0078b64f7f49228d66808965f238cee62446349c332b584aab
4
- data.tar.gz: ee42a2688998f4b6ebe6cfe19bb424d790b41c7676478c67439d3b24ad5193ff
3
+ metadata.gz: cd17f8833f4e0a3686b611ff4ad1088e708ffb787516708b413fb58edd029f6f
4
+ data.tar.gz: e22c363cf86a7d08493222a97d1e26db615a713c974adffdce5afa9eec5ddebe
5
5
  SHA512:
6
- metadata.gz: 12c0c5ed8a807efafeb182053970e47057b54788789380c8816467d2bd240baf857bb6ee95f653a6a6d6433d32120b5f1e6c034e5d9f44cc3daed634ab674fcc
7
- data.tar.gz: d84ea88980e9f05877262c03662c0b5332f7443d4bbce8911808fdf876d6f6c3ee39e9a929c845257e2ef6e934e09dbe1807d78528a40d2be172ea0ba3ac10dc
6
+ metadata.gz: 5fa5c2e799c51a1db6efa5dbe102e2cdd98b5ba7695b70944319cc4de6fb61d179380885b374d32f4d0e5b0625f7197e23cc8cde014ae7c5d5a3298e29ebd5cc
7
+ data.tar.gz: 373be8d507f74f7832581f2bb2615dc0ea759220be3340edaf619c6f23f30ac27eb2ca82720fe9417fa12b98efda5187b1c2cf6831b8ad776e59aafc8c0c4398
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_plugin_logo {
6
+ font-family: 'Roboto', sans-serif;
7
+ font-size: 32px;
8
+ font-weight: 700 !important;
9
+ }
10
+
11
+ .phc_dev_light_plugin_logo {
12
+ font-family: 'Roboto', sans-serif;
13
+ font-size: 32px;
14
+ font-weight: 100 !important;
15
+ }
16
+
17
+ .phc_dev_strong_plugin {
18
+ font-family: 'Roboto', sans-serif;
19
+ font-weight: 700 !important;
20
+ }
21
+
22
+ .phc_dev_light_plugin {
23
+ font-family: 'Roboto', sans-serif;
24
+ font-weight: 100 !important;
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.3"
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.3
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