phcthemes_admin_panel_pack 5.1.3 → 5.1.4

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: 36ca1626b773c764277a57f97852f4c2ac45b09c98b54d547bcaa81a2ed5339b
4
- data.tar.gz: 172eec351081058ae2776942d889e5e24a2bc15dd39b072447f06d0c7260ae94
3
+ metadata.gz: 252695fdba67bc2df84bbadb61614458db775fdd16d7764fd7f9e1da17daa8dd
4
+ data.tar.gz: 60489bafc73571b54b2bc61b5ceba00c7e0106d7b94d68d30e9f9418332a70b6
5
5
  SHA512:
6
- metadata.gz: d95ad625bbbd450a0b8590edbe4adb7a974a437f13681610e5817109b6e4102423d6586da1b7b2edb7e00f4d44f40a8da6d07bf3a82b621770f09fb4e4ef8a6e
7
- data.tar.gz: b8d94864ac9da04de217ebe7cf689e618b17e45eee886b3a39bb24790f7bc1cda89572cb68c4dd63f80775e115b86e006bd96c3c1a4ecdf02191861177265a4f
6
+ metadata.gz: b5e3189038ece7f95b46283f6ef0942c3df2b3b30d522541c4ae696caa905a142165dc6da2dd7bb4dae40fc7d59f60ade750dbfdc799506b85c523c6572e79b4
7
+ data.tar.gz: 8cf4d694ec9c5a16e019951a9cacde95a9801ab08a3e890edc8513f850322814675b6aa9922e2fab64a025e66ced11c95f382e6f9d0761c0f225cf1d39286726
@@ -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 PhcthemesAdminPanelPack
2
- VERSION = "5.1.3"
2
+ VERSION = "5.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcthemes_admin_panel_pack
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.1.3
4
+ version: 5.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - PHCDevworks