| @@ -141,30 +141,8 @@ | ||
| 141 | 141 | width: 20px; |
| 142 | 142 | height: 20px; |
| 143 | 143 | } |
| 144 | 144 | |
| 145 | -.lp-button { | |
| 146 | - border: 1px solid var(--lp-border-color, #E2E0DB); | |
| 147 | - border-radius: var(--lp-border-radius, 5px); | |
| 148 | - padding: 8px 16px; | |
| 149 | -} | |
| 150 | -.lp-button.loading { | |
| 151 | - pointer-events: none; | |
| 152 | - opacity: 0.8; | |
| 153 | -} | |
| 154 | -.lp-button.loading:before { | |
| 155 | - display: inline-block; | |
| 156 | - font-family: "lp-icon"; | |
| 157 | - content: "\f110"; | |
| 158 | - animation: lp-rotating 1s linear infinite; | |
| 159 | - margin-left: 5px; | |
| 160 | - font-variant: normal; | |
| 161 | - text-transform: none; | |
| 162 | - -webkit-font-smoothing: antialiased; | |
| 163 | - -moz-osx-font-smoothing: grayscale; | |
| 164 | - vertical-align: middle; | |
| 165 | -} | |
| 166 | - | |
| 167 | 145 | .lp-hidden { |
| 168 | 146 | display: none !important; |
| 169 | 147 | } |
| 170 | 148 | |
| @@ -362,18 +340,19 @@ | ||
| 362 | 340 | .learnpress_avatar__form__upload div { |
| 363 | 341 | line-height: 1.4; |
| 364 | 342 | } |
| 365 | 343 | .learnpress_avatar__button--loading:before { |
| 344 | + position: absolute; | |
| 366 | 345 | display: inline-block; |
| 367 | 346 | font-family: "lp-icon"; |
| 368 | 347 | content: "\f110"; |
| 369 | 348 | animation: lp-rotating 1s linear infinite; |
| 370 | - margin-left: 5px; | |
| 371 | 349 | font-variant: normal; |
| 372 | 350 | text-transform: none; |
| 373 | 351 | -webkit-font-smoothing: antialiased; |
| 374 | 352 | -moz-osx-font-smoothing: grayscale; |
| 375 | 353 | vertical-align: middle; |
| 354 | + color: black; | |
| 376 | 355 | } |
| 377 | 356 | |
| 378 | 357 | button.learnpress_avatar__button { |
| 379 | 358 | height: 40px; |