phcthemes_web_theme_pack 5.0.1 → 5.0.2
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: 80b1d56d37fe006625d2901b3a2204d7c0122e1cf012899c93bb46c86ff4e19c
|
4
|
+
data.tar.gz: 82f4155aa51254e5fce29c58ed729709ed6e5ab03df61dbb22a2639cd007eb4a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 12d18e839aa09e0b3b647a41fce677b475c9488af4510271f09ec166f703465875eba506ec11d613582d5e227bdb92be706c30e110bdac61fb0294b80ba11d97
|
7
|
+
data.tar.gz: 366d36d088e24abbf9b210712641c9272ef5c9c690ab746fc5fcaee89ba97ba18ce2b050e1db4e4d99554d8fb2ce40831b6e80aab16c74baef843626de222f62
|
@@ -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;
|