PluginProbe ʕ •ᴥ•ʔ
Everest Forms – Contact Form, Payment Form, Quiz, Survey & Custom Form Builder with AI / 1.9.9
Everest Forms – Contact Form, Payment Form, Quiz, Survey & Custom Form Builder with AI v1.9.9
3.5.2 3.5.1 3.5.0 3.4.8 3.4.7 3.4.6 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.5.1 1.1.6 1.1.7 1.1.8 1.1.9 1.2.0 1.2.1 1.2.2 1.2.3 1.2.4 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.9 1.5.0 1.5.1 1.5.10 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.6.1 1.6.7 1.7.0 1.7.0.1 1.7.0.2 1.7.0.3 1.7.1 1.7.2 1.7.2.1 1.7.2.2 1.7.3 1.7.4 1.7.5 1.7.5.1 1.7.5.2 1.7.6 1.7.7 1.7.7.1 1.7.7.2 1.7.8 1.7.9 1.8.0 1.8.0.1 1.8.1 1.8.2 1.8.2.1 1.8.2.2 1.8.2.3 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9.0 1.9.0.1 1.9.1 1.9.2 1.9.3 1.9.4 1.9.4.1 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.0.0 2.0.0.1 2.0.1 2.0.2 2.0.3 2.0.3.1 2.0.4 2.0.4.1 2.0.5 2.0.6 2.0.7 2.0.8 2.0.8.1 2.0.9 3.0.0 3.0.0.1 3.0.1 3.0.2 3.0.3 3.0.3.1 3.0.4 3.0.4.1 3.0.4.2 3.0.5 3.0.5.1 3.0.5.2 3.0.6 3.0.6.1 3.0.7.1 3.0.8 3.0.8.1 3.0.9 3.0.9.1 3.0.9.2 3.0.9.3 3.0.9.4 3.0.9.5 3.1.0 3.1.1 3.1.2 3.2.0 3.2.1 3.2.2 3.2.3 3.2.4 3.2.5 3.2.6 3.3.0 3.4.0 3.4.1 3.4.2 3.4.2.1 3.4.3 3.4.4 3.4.5 trunk 1.0 1.0.1 1.0.2 1.0.3
everest-forms / assets / css / mixins / _mixins.scss
everest-forms / assets / css / mixins Last commit date
_breakpoints.scss 5 years ago _grids.scss 5 years ago _mixins.scss 5 years ago
_mixins.scss
141 lines
1 //Helpers
2 @import 'breakpoints';
3
4 // layouts
5 @import 'grids';
6
7 /**
8 * _mixins.scss
9 * EverestForms Mixins
10 */
11 @mixin clearfix() {
12 *zoom: 1;
13
14 &::before,
15 &::after {
16 content: ' ';
17 display: table;
18 }
19
20 &::after {
21 clear: both;
22 }
23 }
24
25 /**
26 * Objects
27 */
28 @mixin menu() {
29 @include clearfix();
30
31 li {
32 display: inline-block;
33 }
34 }
35
36 @mixin mediaright() {
37 @include clearfix();
38
39 img {
40 float: right;
41 height: auto;
42 }
43 }
44
45 @mixin medialeft() {
46 @include clearfix();
47
48 img {
49 float: right;
50 height: auto;
51 }
52 }
53
54 @mixin ir() {
55 display: block;
56 text-indent: -9999px;
57 position: relative;
58 height: 1em;
59 width: 1em;
60 }
61
62 @mixin icon( $glyph: '\e001' ) {
63 font-family: 'EverestForms';
64 speak: none;
65 font-weight: normal;
66 font-variant: normal;
67 text-transform: none;
68 line-height: 1;
69 margin: 0;
70 text-indent: 0;
71 position: absolute;
72 top: 0;
73 left: 0;
74 width: 100%;
75 height: 100%;
76 text-align: center;
77 content: $glyph;
78 }
79
80 @mixin icon_dashicons( $glyph: '\f333' ) {
81 font-family: 'Dashicons';
82 speak: none;
83 font-weight: normal;
84 font-variant: normal;
85 text-transform: none;
86 line-height: 1;
87 margin: 0;
88 text-indent: 0;
89 position: absolute;
90 top: 0;
91 left: 0;
92 width: 100%;
93 height: 100%;
94 text-align: center;
95 content: $glyph;
96 }
97
98 @mixin iconbefore( $glyph: '\e001' ) {
99 font-family: 'EverestForms';
100 speak: none;
101 font-weight: normal;
102 font-variant: normal;
103 text-transform: none;
104 line-height: 1;
105 -webkit-font-smoothing: antialiased;
106 margin-right: 0.618em;
107 content: $glyph;
108 text-decoration: none;
109 }
110
111 @mixin iconbeforedashicons( $glyph: '\f333' ) {
112 font-family: 'Dashicons';
113 speak: none;
114 font-weight: normal;
115 font-variant: normal;
116 text-transform: none;
117 line-height: 1;
118 content: $glyph;
119 text-decoration: none;
120 }
121
122 @mixin loader() {
123 &::before {
124 height: 1em;
125 width: 1em;
126 display: block;
127 position: absolute;
128 top: 50%;
129 left: 50%;
130 content: '';
131 animation: spin 1s ease-in-out infinite;
132 background: url('../images/icons/loader.svg') center center;
133 background-size: cover;
134 background-repeat: no-repeat;
135 line-height: 1;
136 text-align: center;
137 font-size: 2em;
138 color: rgba(#000, 0.75);
139 }
140 }
141