forked from FoundKeyGang/FoundKey
This commit is contained in:
parent
921fb0012b
commit
33f0dd8d43
1 changed files with 10 additions and 0 deletions
|
@ -78,6 +78,8 @@
|
||||||
</ui-card>
|
</ui-card>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="signout" @click="signout">%i18n:@signout%</div>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<small>ver {{ version }} ({{ codename }})</small>
|
<small>ver {{ version }} ({{ codename }})</small>
|
||||||
</footer>
|
</footer>
|
||||||
|
@ -247,6 +249,14 @@ root(isDark)
|
||||||
background isDark ? #273c34 : #fcfff5
|
background isDark ? #273c34 : #fcfff5
|
||||||
box-shadow 0 3px 1px -2px rgba(#000, 0.2), 0 2px 2px 0 rgba(#000, 0.14), 0 1px 5px 0 rgba(#000, 0.12)
|
box-shadow 0 3px 1px -2px rgba(#000, 0.2), 0 2px 2px 0 rgba(#000, 0.14), 0 1px 5px 0 rgba(#000, 0.12)
|
||||||
|
|
||||||
|
> .signout
|
||||||
|
margin 16px
|
||||||
|
padding 16px
|
||||||
|
text-align center
|
||||||
|
color isDark ? #ff5f56 : #cc2727
|
||||||
|
background isDark ? #652222 : #fff6f5
|
||||||
|
box-shadow 0 3px 1px -2px rgba(#000, 0.2), 0 2px 2px 0 rgba(#000, 0.14), 0 1px 5px 0 rgba(#000, 0.12)
|
||||||
|
|
||||||
> footer
|
> footer
|
||||||
margin 16px
|
margin 16px
|
||||||
text-align center
|
text-align center
|
||||||
|
|
Loading…
Reference in a new issue