phcthemes_admin_panel_pack 5.1.4 → 5.1.5

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: 252695fdba67bc2df84bbadb61614458db775fdd16d7764fd7f9e1da17daa8dd
4
- data.tar.gz: 60489bafc73571b54b2bc61b5ceba00c7e0106d7b94d68d30e9f9418332a70b6
3
+ metadata.gz: 194a6f3921334b1bbb1f8b6efa191b41549b5993a7e3679c426190139daba807
4
+ data.tar.gz: a3c4474c3766ba58c75555625d9bee851b0349add8bcddc193abd3a53b19863a
5
5
  SHA512:
6
- metadata.gz: b5e3189038ece7f95b46283f6ef0942c3df2b3b30d522541c4ae696caa905a142165dc6da2dd7bb4dae40fc7d59f60ade750dbfdc799506b85c523c6572e79b4
7
- data.tar.gz: 8cf4d694ec9c5a16e019951a9cacde95a9801ab08a3e890edc8513f850322814675b6aa9922e2fab64a025e66ced11c95f382e6f9d0761c0f225cf1d39286726
6
+ metadata.gz: 9b4afb60ce95721d829364564844371923d005d00d281e2e85d58e478f7dd627d2af6bb4008810cac1e81beebb87cf2099657d8f11fed490f6406a048834b67a
7
+ data.tar.gz: 3f84ca02f8151616df847e0f70ad4b18678c93f05272ca4a2fe267faf401a812be0c913c1fa1c132c43d9029979bd99cce00bc31b67905eeb5b6ea4162eb1843
@@ -2,6 +2,18 @@
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_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
+
5
17
  .phc_dev_strong_plugin {
6
18
  font-family: 'Roboto', sans-serif;
7
19
  font-weight: 700 !important;
@@ -1,3 +1,3 @@
1
1
  module PhcthemesAdminPanelPack
2
- VERSION = "5.1.4"
2
+ VERSION = "5.1.5"
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.4
4
+ version: 5.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - PHCDevworks