This repository has been archived by the owner on Jul 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwp-plugin-icons.scss
executable file
·114 lines (109 loc) · 2.29 KB
/
wp-plugin-icons.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
@import "variables";
@font-face {
font-family: '#{$icomoon-font-family}';
src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?l8w7fr');
src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?l8w7fr#iefix') format('embedded-opentype'),
url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?l8w7fr') format('truetype'),
url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?l8w7fr') format('woff'),
url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?l8w7fr##{$icomoon-font-family}') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="wp-plugin-"], [class*=" wp-plugin-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: '#{$icomoon-font-family}' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.wp-plugin-acf-alt {
&:before {
content: $wp-plugin-acf-alt;
}
}
.wp-plugin-askimet-alt {
&:before {
content: $wp-plugin-askimet-alt;
}
}
.wp-plugin-askimet {
&:before {
content: $wp-plugin-askimet;
}
}
.wp-plugin-duplicator {
&:before {
content: $wp-plugin-duplicator;
}
}
.wp-plugin-ninja-forms {
&:before {
content: $wp-plugin-ninja-forms;
}
}
.wp-plugin-updraft {
&:before {
content: $wp-plugin-updraft;
}
}
.wp-plugin-w3-total-cache {
&:before {
content: $wp-plugin-w3-total-cache;
}
}
.wp-plugin-woo-commerce {
&:before {
content: $wp-plugin-woo-commerce;
}
}
.wp-plugin-wordfence {
&:before {
content: $wp-plugin-wordfence;
}
}
.wp-plugin-wp-smush {
&:before {
content: $wp-plugin-wp-smush;
}
}
.wp-plugin-acf {
&:before {
content: $wp-plugin-acf;
}
}
.wp-plugin-contact-form-7 {
&:before {
content: $wp-plugin-contact-form-7;
}
}
.wp-plugin-divi {
&:before {
content: $wp-plugin-divi;
}
}
.wp-plugin-ithemes-security {
&:before {
content: $wp-plugin-ithemes-security;
}
}
.wp-plugin-jetpack {
&:before {
content: $wp-plugin-jetpack;
}
}
.wp-plugin-learnpress {
&:before {
content: $wp-plugin-learnpress;
}
}
.wp-plugin-yoast {
&:before {
content: $wp-plugin-yoast;
}
}