| @@ -17,46 +17,16 @@ | ||
| 17 | 17 | */ |
| 18 | 18 | /** |
| 19 | 19 | * Mixin |
| 20 | 20 | */ |
| 21 | -@-webkit-keyframes rotating4 { | |
| 22 | - from { | |
| 23 | - -webkit-transform: rotate(0deg); | |
| 24 | - -o-transform: rotate(0deg); | |
| 25 | - transform: rotate(0deg); | |
| 26 | - } | |
| 27 | - to { | |
| 28 | - -webkit-transform: rotate(-360deg); | |
| 29 | - -o-transform: rotate(-360deg); | |
| 30 | - transform: rotate(-360deg); | |
| 31 | - } | |
| 32 | -} | |
| 33 | 21 | @keyframes rotating4 { |
| 34 | 22 | from { |
| 35 | - -ms-transform: rotate(0deg); | |
| 36 | - -moz-transform: rotate(0deg); | |
| 37 | - -webkit-transform: rotate(0deg); | |
| 38 | - -o-transform: rotate(0deg); | |
| 39 | 23 | transform: rotate(0deg); |
| 40 | 24 | } |
| 41 | 25 | to { |
| 42 | - -ms-transform: rotate(-360deg); | |
| 43 | - -moz-transform: rotate(-360deg); | |
| 44 | - -webkit-transform: rotate(-360deg); | |
| 45 | - -o-transform: rotate(-360deg); | |
| 46 | 26 | transform: rotate(-360deg); |
| 47 | 27 | } |
| 48 | 28 | } |
| 49 | -@-webkit-keyframes animation4 { | |
| 50 | - from { | |
| 51 | - right: -40%; | |
| 52 | - width: 40%; | |
| 53 | - } | |
| 54 | - to { | |
| 55 | - right: 100%; | |
| 56 | - width: 10%; | |
| 57 | - } | |
| 58 | -} | |
| 59 | 29 | @keyframes animation4 { |
| 60 | 30 | from { |
| 61 | 31 | right: -40%; |
| 62 | 32 | width: 40%; |
| @@ -91,10 +61,8 @@ | ||
| 91 | 61 | .learnpress-page input[type=email], |
| 92 | 62 | .learnpress-page input[type=number], |
| 93 | 63 | .learnpress-page input[type=password], .learnpress-page textarea { |
| 94 | 64 | border-color: var(--lp-border-color, #E2E0DB); |
| 95 | - -webkit-border-radius: var(--lp-border-radius, 5px); | |
| 96 | - -moz-border-radius: var(--lp-border-radius, 5px); | |
| 97 | 65 | border-radius: var(--lp-border-radius, 5px); |
| 98 | 66 | } |
| 99 | 67 | .learnpress-page input[type=text]:focus, |
| 100 | 68 | .learnpress-page input[type=email]:focus, |
| @@ -112,15 +80,10 @@ | ||
| 112 | 80 | font-family: inherit; |
| 113 | 81 | font-weight: 400; |
| 114 | 82 | text-align: center; |
| 115 | 83 | text-transform: capitalize; |
| 116 | - -webkit-border-radius: var(--lp-border-radius, 5px); | |
| 117 | - -moz-border-radius: var(--lp-border-radius, 5px); | |
| 118 | 84 | border-radius: var(--lp-border-radius, 5px); |
| 119 | 85 | -webkit-transition: all 0.25s; |
| 120 | - -moz-transition: all 0.25s; | |
| 121 | - -ms-transition: all 0.25s; | |
| 122 | - -o-transition: all 0.25s; | |
| 123 | 86 | transition: all 0.25s; |
| 124 | 87 | } |
| 125 | 88 | .learnpress-page .lp-button.large, .learnpress-page #lp-button.large { |
| 126 | 89 | height: 52px; |
| @@ -137,10 +100,8 @@ | ||
| 137 | 100 | } |
| 138 | 101 | .learnpress-page .lp-button.btn-ajax-on .icon, .learnpress-page #lp-button.btn-ajax-on .icon { |
| 139 | 102 | display: inline-block; |
| 140 | 103 | margin-left: 5px; |
| 141 | - -webkit-animation: lp-rotating 1s linear infinite; | |
| 142 | - -moz-animation: lp-rotating 1s linear infinite; | |
| 143 | 104 | animation: lp-rotating 1s linear infinite; |
| 144 | 105 | } |
| 145 | 106 | .learnpress-page .lp-button:focus, .learnpress-page #lp-button:focus { |
| 146 | 107 | outline: 0; |
| @@ -160,11 +121,8 @@ | ||
| 160 | 121 | overflow-x: hidden; |
| 161 | 122 | }*/ |
| 162 | 123 | a { |
| 163 | 124 | -webkit-transition: 0.3s; |
| 164 | - -moz-transition: 0.3s; | |
| 165 | - -ms-transition: 0.3s; | |
| 166 | - -o-transition: 0.3s; | |
| 167 | 125 | transition: 0.3s; |
| 168 | 126 | text-decoration: none; |
| 169 | 127 | } |
| 170 | 128 | |
| @@ -189,30 +147,8 @@ | ||
| 189 | 147 | |
| 190 | 148 | .lp-ico svg { |
| 191 | 149 | width: 20px; |
| 192 | 150 | height: 20px; |
| 193 | -} | |
| 194 | - | |
| 195 | -.lp-button { | |
| 196 | - border: 1px solid var(--lp-border-color, #E2E0DB); | |
| 197 | - border-radius: var(--lp-border-radius, 5px); | |
| 198 | - padding: 8px 16px; | |
| 199 | -} | |
| 200 | -.lp-button.loading { | |
| 201 | - pointer-events: none; | |
| 202 | - opacity: 0.8; | |
| 203 | -} | |
| 204 | -.lp-button.loading:before { | |
| 205 | - display: inline-block; | |
| 206 | - font-family: "lp-icon"; | |
| 207 | - content: "\f110"; | |
| 208 | - animation: lp-rotating 1s linear infinite; | |
| 209 | - margin-left: 5px; | |
| 210 | - font-variant: normal; | |
| 211 | - text-transform: none; | |
| 212 | - -webkit-font-smoothing: antialiased; | |
| 213 | - -moz-osx-font-smoothing: grayscale; | |
| 214 | - vertical-align: middle; | |
| 215 | 151 | } |
| 216 | 152 | |
| 217 | 153 | .lp-hidden { |
| 218 | 154 | display: none !important; |