phcthemes_admin_panel_pack 5.1.2 → 5.1.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: 37d7fc71868a11f8a6a4ae6d2aec0b8e003b3d5241cc4a9e0eebe33f6c1003f7
4
- data.tar.gz: 8b7b980ae5a8fc27c2aaafa9105fc4f6df3d1aa24bb4b422e90c51c84d5db501
3
+ metadata.gz: 36ca1626b773c764277a57f97852f4c2ac45b09c98b54d547bcaa81a2ed5339b
4
+ data.tar.gz: 172eec351081058ae2776942d889e5e24a2bc15dd39b072447f06d0c7260ae94
5
5
  SHA512:
6
- metadata.gz: a1cbaadd17649212bcfe18ebfebbae97d525d025c5ddf78a561b60c2142730c397b289d47d7cdac245ffee0494e5370bf13f7e79aa55ae73ea09882b1c25cb5f
7
- data.tar.gz: 1cd2b62cf164fabf081e5db61b8fa5b6d5aa6cbfb4daf087c8fe3bd54aea3421d27e8c0a60f623162b86f38526c31693ec150ac24e5dab8550ac2b0c8eb6a785
6
+ metadata.gz: d95ad625bbbd450a0b8590edbe4adb7a974a437f13681610e5817109b6e4102423d6586da1b7b2edb7e00f4d44f40a8da6d07bf3a82b621770f09fb4e4ef8a6e
7
+ data.tar.gz: b8d94864ac9da04de217ebe7cf689e618b17e45eee886b3a39bb24790f7bc1cda89572cb68c4dd63f80775e115b86e006bd96c3c1a4ecdf02191861177265a4f
@@ -9,3 +9,6 @@
9
9
 
10
10
  // Load Theme CSS
11
11
  @import "../theme/css/apple/app.min.css";
12
+
13
+ // Load Custom
14
+ @import "../../common/custom/custom.scss";
@@ -9,3 +9,6 @@
9
9
 
10
10
  // Load Theme CSS
11
11
  @import "../theme/css/default/app.min.css";
12
+
13
+ // Load Custom
14
+ @import "../../common/custom/custom.scss";
@@ -9,3 +9,6 @@
9
9
 
10
10
  // Load Theme CSS
11
11
  @import "../theme/css/facebook/app.min.css";
12
+
13
+ // Load Custom
14
+ @import "../../common/custom/custom.scss";
@@ -9,3 +9,6 @@
9
9
 
10
10
  // Load Theme CSS
11
11
  @import "../theme/css/google/app.min.css";
12
+
13
+ // Load Custom
14
+ @import "../../common/custom/custom.scss";
@@ -9,3 +9,6 @@
9
9
 
10
10
  // Load Theme CSS
11
11
  @import "../theme/css/material/app.min.css";
12
+
13
+ // Load Custom
14
+ @import "../../common/custom/custom.scss";
@@ -8,4 +8,7 @@
8
8
  @import "../theme/css/color_admin_vendor.min.css";
9
9
 
10
10
  // Load Theme CSS
11
- @import "../theme/css/transparent/app.min.css";
11
+ @import "../theme/css/transparent/app.min.css";
12
+
13
+ // Load Custom
14
+ @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
+ }
@@ -8,3 +8,6 @@
8
8
  // Load Theme Files
9
9
  @import "../theme/css/core.css";
10
10
  @import "../theme/css/vendor_bundle.css";
11
+
12
+ // Load Custom
13
+ @import "../../common/custom/custom.scss";
@@ -1,3 +1,3 @@
1
1
  module PhcthemesAdminPanelPack
2
- VERSION = "5.1.2"
2
+ VERSION = "5.1.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcthemes_admin_panel_pack
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.1.2
4
+ version: 5.1.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-28 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
@@ -667,6 +667,7 @@ files:
667
667
  - app/assets/stylesheets/coloradmin/theme/webfonts/fa-v4compatibility.ttf
668
668
  - app/assets/stylesheets/coloradmin/theme/webfonts/fa-v4compatibility.woff2
669
669
  - app/assets/stylesheets/coloradmin/transparent/phcthemes_admin_panel_pack_coloradmin.scss
670
+ - app/assets/stylesheets/common/custom/custom.scss
670
671
  - app/assets/stylesheets/common/fontawesome/css/all.css
671
672
  - app/assets/stylesheets/common/fontawesome/css/all.min.css
672
673
  - app/assets/stylesheets/common/fontawesome/css/brands.css