phcthemes_admin_panel_pack 5.1.3 → 5.1.6

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: 3a213fa8fc7c8e79f4407306e9a6c953765cd6bf7c590b08f91c05302036706e
4
+ data.tar.gz: 13751ba142815549cede08c2a16930a55f0a258b62a48da1050ac0afa796fbf2
5
5
  SHA512:
6
- metadata.gz: d95ad625bbbd450a0b8590edbe4adb7a974a437f13681610e5817109b6e4102423d6586da1b7b2edb7e00f4d44f40a8da6d07bf3a82b621770f09fb4e4ef8a6e
7
- data.tar.gz: b8d94864ac9da04de217ebe7cf689e618b17e45eee886b3a39bb24790f7bc1cda89572cb68c4dd63f80775e115b86e006bd96c3c1a4ecdf02191861177265a4f
6
+ metadata.gz: 8295270026f932cd475cd54d9624f634bac91866b2d8dba95daf81947c2869274b84311e5e479da1b0e4658484b2549748a4f4abff05da88978848f7b2072f8b
7
+ data.tar.gz: c57791570212f8c9b21e1a8073db85e4d5936aaefdebd2491c55e27f348cf1a39edc45112b960c01665ba22859d3fea6a70ba63bd9d9ee130c88596da74ff46c
@@ -2,26 +2,26 @@
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_logo {
6
6
  font-family: 'Roboto', sans-serif;
7
- font-size: 34px !important;
7
+ font-size: 32px;
8
8
  font-weight: 700 !important;
9
9
  }
10
10
 
11
- .phc_dev_light {
11
+ .phc_dev_light_plugin_logo {
12
12
  font-family: 'Roboto', sans-serif;
13
- font-size: 34px !important;
13
+ font-size: 32px;
14
14
  font-weight: 100 !important;
15
15
  }
16
16
 
17
- .phc_dev_strong_hero {
17
+ .phc_dev_strong_plugin {
18
18
  font-family: 'Roboto', sans-serif;
19
- font-weight: 700;
19
+ font-weight: 700 !important;
20
20
  }
21
21
 
22
- .phc_dev_light_hero {
22
+ .phc_dev_light_plugin {
23
23
  font-family: 'Roboto', sans-serif;
24
- font-weight: 100;
24
+ font-weight: 100 !important;
25
25
  }
26
26
 
27
27
  // Beating Heart Effect for PHCNetco Websites
@@ -1,3 +1,3 @@
1
1
  module PhcthemesAdminPanelPack
2
- VERSION = "5.1.3"
2
+ VERSION = "5.1.6"
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.3
4
+ version: 5.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - PHCDevworks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-03 00:00:00.000000000 Z
11
+ date: 2022-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -30,14 +30,14 @@ dependencies:
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '1.7'
33
+ version: '1.8'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '1.7'
40
+ version: '1.8'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: gravtastic
43
43
  requirement: !ruby/object:Gem::Requirement