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 +4 -4
- data/app/assets/stylesheets/coloradmin/apple/phcthemes_admin_panel_pack_coloradmin.scss +3 -0
- data/app/assets/stylesheets/coloradmin/default/phcthemes_admin_panel_pack_coloradmin.scss +3 -0
- data/app/assets/stylesheets/coloradmin/facebook/phcthemes_admin_panel_pack_coloradmin.scss +3 -0
- data/app/assets/stylesheets/coloradmin/google/phcthemes_admin_panel_pack_coloradmin.scss +3 -0
- data/app/assets/stylesheets/coloradmin/material/phcthemes_admin_panel_pack_coloradmin.scss +3 -0
- data/app/assets/stylesheets/coloradmin/transparent/phcthemes_admin_panel_pack_coloradmin.scss +4 -1
- data/app/assets/stylesheets/common/custom/custom.scss +37 -0
- data/app/assets/stylesheets/smarty/default/phcthemes_admin_panel_pack_smarty.scss +3 -0
- data/lib/phcthemes_admin_panel_pack/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 36ca1626b773c764277a57f97852f4c2ac45b09c98b54d547bcaa81a2ed5339b
|
4
|
+
data.tar.gz: 172eec351081058ae2776942d889e5e24a2bc15dd39b072447f06d0c7260ae94
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d95ad625bbbd450a0b8590edbe4adb7a974a437f13681610e5817109b6e4102423d6586da1b7b2edb7e00f4d44f40a8da6d07bf3a82b621770f09fb4e4ef8a6e
|
7
|
+
data.tar.gz: b8d94864ac9da04de217ebe7cf689e618b17e45eee886b3a39bb24790f7bc1cda89572cb68c4dd63f80775e115b86e006bd96c3c1a4ecdf02191861177265a4f
|
@@ -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
|
+
}
|
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.
|
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-
|
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
|