| @@ -1,46 +1,16 @@ | ||
| 1 | 1 | @charset "UTF-8"; |
| 2 | 2 | /** |
| 3 | 3 | * Mixin |
| 4 | 4 | */ |
| 5 | -@-webkit-keyframes rotating4 { | |
| 6 | - from { | |
| 7 | - -webkit-transform: rotate(0deg); | |
| 8 | - -o-transform: rotate(0deg); | |
| 9 | - transform: rotate(0deg); | |
| 10 | - } | |
| 11 | - to { | |
| 12 | - -webkit-transform: rotate(360deg); | |
| 13 | - -o-transform: rotate(360deg); | |
| 14 | - transform: rotate(360deg); | |
| 15 | - } | |
| 16 | -} | |
| 17 | 5 | @keyframes rotating4 { |
| 18 | 6 | from { |
| 19 | - -ms-transform: rotate(0deg); | |
| 20 | - -moz-transform: rotate(0deg); | |
| 21 | - -webkit-transform: rotate(0deg); | |
| 22 | - -o-transform: rotate(0deg); | |
| 23 | 7 | transform: rotate(0deg); |
| 24 | 8 | } |
| 25 | 9 | to { |
| 26 | - -ms-transform: rotate(360deg); | |
| 27 | - -moz-transform: rotate(360deg); | |
| 28 | - -webkit-transform: rotate(360deg); | |
| 29 | - -o-transform: rotate(360deg); | |
| 30 | 10 | transform: rotate(360deg); |
| 31 | 11 | } |
| 32 | 12 | } |
| 33 | -@-webkit-keyframes animation4 { | |
| 34 | - from { | |
| 35 | - left: -40%; | |
| 36 | - width: 40%; | |
| 37 | - } | |
| 38 | - to { | |
| 39 | - left: 100%; | |
| 40 | - width: 10%; | |
| 41 | - } | |
| 42 | -} | |
| 43 | 13 | @keyframes animation4 { |
| 44 | 14 | from { |
| 45 | 15 | left: -40%; |
| 46 | 16 | width: 40%; |
| @@ -59,9 +29,9 @@ | ||
| 59 | 29 | } |
| 60 | 30 | |
| 61 | 31 | @font-face { |
| 62 | 32 | font-family: "lp-icon"; |
| 63 | - src: url("../src/css/vendor/fonts/lp-icon/lp-icon.woff2?v=127") format("woff2"); | |
| 33 | + src: url("../src/css/vendor/fonts/lp-icon/lp-icon.woff2?v=9") format("woff2"); | |
| 64 | 34 | font-weight: normal; |
| 65 | 35 | font-style: normal; |
| 66 | 36 | font-display: swap; |
| 67 | 37 | } |
| @@ -1160,18 +1130,12 @@ | ||
| 1160 | 1130 | } |
| 1161 | 1131 | @keyframes lp-rotating { |
| 1162 | 1132 | from { |
| 1163 | 1133 | -webkit-transform: rotate(0deg); |
| 1164 | - -moz-transform: rotate(0deg); | |
| 1165 | - -ms-transform: rotate(0deg); | |
| 1166 | - -o-transform: rotate(0deg); | |
| 1167 | 1134 | transform: rotate(0deg); |
| 1168 | 1135 | } |
| 1169 | 1136 | to { |
| 1170 | 1137 | -webkit-transform: rotate(360deg); |
| 1171 | - -moz-transform: rotate(360deg); | |
| 1172 | - -ms-transform: rotate(360deg); | |
| 1173 | - -o-transform: rotate(360deg); | |
| 1174 | 1138 | transform: rotate(360deg); |
| 1175 | 1139 | } |
| 1176 | 1140 | } |
| 1177 | 1141 | @-webkit-keyframes lp-rotating { |
| @@ -1176,18 +1140,12 @@ | ||
| 1176 | 1140 | } |
| 1177 | 1141 | @-webkit-keyframes lp-rotating { |
| 1178 | 1142 | from { |
| 1179 | 1143 | -webkit-transform: rotate(0deg); |
| 1180 | - -moz-transform: rotate(0deg); | |
| 1181 | - -ms-transform: rotate(0deg); | |
| 1182 | - -o-transform: rotate(0deg); | |
| 1183 | 1144 | transform: rotate(0deg); |
| 1184 | 1145 | } |
| 1185 | 1146 | to { |
| 1186 | 1147 | -webkit-transform: rotate(360deg); |
| 1187 | - -moz-transform: rotate(360deg); | |
| 1188 | - -ms-transform: rotate(360deg); | |
| 1189 | - -o-transform: rotate(360deg); | |
| 1190 | 1148 | transform: rotate(360deg); |
| 1191 | 1149 | } |
| 1192 | 1150 | } |
| 1193 | 1151 | .lp-loading-change { |
| @@ -1330,10 +1288,8 @@ | ||
| 1330 | 1288 | overflow: hidden; |
| 1331 | 1289 | position: relative; |
| 1332 | 1290 | height: 6px; |
| 1333 | 1291 | background: #ccc; |
| 1334 | - -webkit-border-radius: 5px; | |
| 1335 | - -moz-border-radius: 5px; | |
| 1336 | 1292 | border-radius: 5px; |
| 1337 | 1293 | } |
| 1338 | 1294 | .learnpress.widget_course_progress .lp-course-progress.learn-press-progress .progress-bg .progress-active, |
| 1339 | 1295 | .elementor-widget-wp-widget-learnpress_widget_course_progress .lp-course-progress.learn-press-progress .progress-bg .progress-active { |
| @@ -1342,10 +1298,8 @@ | ||
| 1342 | 1298 | width: 100%; |
| 1343 | 1299 | height: 100%; |
| 1344 | 1300 | margin-left: -100%; |
| 1345 | 1301 | background: var(--lp-primary-color); |
| 1346 | - -webkit-border-radius: 5px; | |
| 1347 | - -moz-border-radius: 5px; | |
| 1348 | 1302 | border-radius: 5px; |
| 1349 | 1303 | } |
| 1350 | 1304 | .learnpress.widget_course_progress .lp-course-progress.learn-press-progress .lp-passing-conditional, |
| 1351 | 1305 | .elementor-widget-wp-widget-learnpress_widget_course_progress .lp-course-progress.learn-press-progress .lp-passing-conditional { |