| @@ -149,30 +149,8 @@ | ||
| 149 | 149 | width: 20px; |
| 150 | 150 | height: 20px; |
| 151 | 151 | } |
| 152 | 152 | |
| 153 | -.lp-button { | |
| 154 | - border: 1px solid var(--lp-border-color, #E2E0DB); | |
| 155 | - border-radius: var(--lp-border-radius, 5px); | |
| 156 | - padding: 8px 16px; | |
| 157 | -} | |
| 158 | -.lp-button.loading { | |
| 159 | - pointer-events: none; | |
| 160 | - opacity: 0.8; | |
| 161 | -} | |
| 162 | -.lp-button.loading:before { | |
| 163 | - display: inline-block; | |
| 164 | - font-family: "lp-icon"; | |
| 165 | - content: "\f110"; | |
| 166 | - animation: lp-rotating 1s linear infinite; | |
| 167 | - margin-right: 5px; | |
| 168 | - font-variant: normal; | |
| 169 | - text-transform: none; | |
| 170 | - -webkit-font-smoothing: antialiased; | |
| 171 | - -moz-osx-font-smoothing: grayscale; | |
| 172 | - vertical-align: middle; | |
| 173 | -} | |
| 174 | - | |
| 175 | 153 | .lp-hidden { |
| 176 | 154 | display: none !important; |
| 177 | 155 | } |
| 178 | 156 | |