phcthemes_web_theme_pack 5.0.2 → 5.0.3
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: cd17f8833f4e0a3686b611ff4ad1088e708ffb787516708b413fb58edd029f6f
|
4
|
+
data.tar.gz: e22c363cf86a7d08493222a97d1e26db615a713c974adffdce5afa9eec5ddebe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5fa5c2e799c51a1db6efa5dbe102e2cdd98b5ba7695b70944319cc4de6fb61d179380885b374d32f4d0e5b0625f7197e23cc8cde014ae7c5d5a3298e29ebd5cc
|
7
|
+
data.tar.gz: 373be8d507f74f7832581f2bb2615dc0ea759220be3340edaf619c6f23f30ac27eb2ca82720fe9417fa12b98efda5187b1c2cf6831b8ad776e59aafc8c0c4398
|
@@ -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;
|