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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3a213fa8fc7c8e79f4407306e9a6c953765cd6bf7c590b08f91c05302036706e
|
4
|
+
data.tar.gz: 13751ba142815549cede08c2a16930a55f0a258b62a48da1050ac0afa796fbf2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
.
|
5
|
+
.phc_dev_strong_plugin_logo {
|
6
6
|
font-family: 'Roboto', sans-serif;
|
7
|
-
font-size:
|
7
|
+
font-size: 32px;
|
8
8
|
font-weight: 700 !important;
|
9
9
|
}
|
10
10
|
|
11
|
-
.
|
11
|
+
.phc_dev_light_plugin_logo {
|
12
12
|
font-family: 'Roboto', sans-serif;
|
13
|
-
font-size:
|
13
|
+
font-size: 32px;
|
14
14
|
font-weight: 100 !important;
|
15
15
|
}
|
16
16
|
|
17
|
-
.
|
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
|
-
.
|
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
|
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.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-
|
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.
|
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.
|
40
|
+
version: '1.8'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: gravtastic
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|