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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 252695fdba67bc2df84bbadb61614458db775fdd16d7764fd7f9e1da17daa8dd
|
4
|
+
data.tar.gz: 60489bafc73571b54b2bc61b5ceba00c7e0106d7b94d68d30e9f9418332a70b6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
.
|
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
|
-
.
|
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;
|