geer-builder 1.2.820 → 1.2.822
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dialogs/Captcha.vue +3 -3
- package/package.json +1 -1
package/dialogs/Captcha.vue
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<q-card class="captcha">
|
|
2
|
+
<q-card class="captcha-window">
|
|
3
3
|
<q-card-section class="full-width text-white captcha-title-bar">
|
|
4
4
|
<div class="captcha-title">Captcha Earnings</div>
|
|
5
5
|
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
</q-card>
|
|
121
121
|
</template>
|
|
122
122
|
<style lang="scss" scoped>
|
|
123
|
-
.captcha {
|
|
123
|
+
.captcha-window {
|
|
124
124
|
max-width: 600px;
|
|
125
125
|
|
|
126
126
|
.captcha-title-bar {
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
}
|
|
238
238
|
|
|
239
239
|
@media only screen and (max-device-width: 768px) {
|
|
240
|
-
.captcha {
|
|
240
|
+
.captcha-window {
|
|
241
241
|
max-width: 600px;
|
|
242
242
|
|
|
243
243
|
.captcha-title-bar {
|