mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-26 03:47:40 -07:00
🎨
This commit is contained in:
parent
e24c94b77f
commit
58154acdc6
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="felqjxyj" :class="{ splash }">
|
<div class="felqjxyj" :class="{ splash }">
|
||||||
<div class="bg" ref="bg" @click="onBgClick"></div>
|
<div class="bg" ref="bg" @click="onBgClick"></div>
|
||||||
<div class="main" ref="main">
|
<div class="main" ref="main" :class="{ round: $store.state.device.roundedCorners }">
|
||||||
<template v-if="type == 'signin'">
|
<template v-if="type == 'signin'">
|
||||||
<mk-signin/>
|
<mk-signin/>
|
||||||
</template>
|
</template>
|
||||||
|
@ -229,10 +229,12 @@ export default Vue.extend({
|
||||||
width calc(100% - 32px)
|
width calc(100% - 32px)
|
||||||
text-align center
|
text-align center
|
||||||
background var(--face)
|
background var(--face)
|
||||||
border-radius 8px
|
|
||||||
color var(--faceText)
|
color var(--faceText)
|
||||||
opacity 0
|
opacity 0
|
||||||
|
|
||||||
|
&.round
|
||||||
|
border-radius 8px
|
||||||
|
|
||||||
> .icon
|
> .icon
|
||||||
font-size 32px
|
font-size 32px
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue