forked from FoundKeyGang/FoundKey
🎨
This commit is contained in:
parent
e4feebf59e
commit
0823ea7f76
1 changed files with 7 additions and 2 deletions
|
@ -117,6 +117,8 @@ export default Vue.extend({
|
||||||
<style lang="stylus" scoped>
|
<style lang="stylus" scoped>
|
||||||
@import '~const.styl'
|
@import '~const.styl'
|
||||||
|
|
||||||
|
@import url('https://fonts.googleapis.com/css?family=Sarpanch:700')
|
||||||
|
|
||||||
.mk-welcome
|
.mk-welcome
|
||||||
display flex
|
display flex
|
||||||
flex-direction column
|
flex-direction column
|
||||||
|
@ -164,8 +166,11 @@ export default Vue.extend({
|
||||||
> h1
|
> h1
|
||||||
margin 0
|
margin 0
|
||||||
font-weight bold
|
font-weight bold
|
||||||
font-variant small-caps
|
//font-variant small-caps
|
||||||
letter-spacing 12px
|
letter-spacing 12px
|
||||||
|
font-family 'Sarpanch', sans-serif
|
||||||
|
font-size 42px
|
||||||
|
line-height 48px
|
||||||
|
|
||||||
> .cursor
|
> .cursor
|
||||||
animation cursor 1s infinite linear both
|
animation cursor 1s infinite linear both
|
||||||
|
@ -177,7 +182,7 @@ export default Vue.extend({
|
||||||
opacity 0
|
opacity 0
|
||||||
|
|
||||||
> p
|
> p
|
||||||
margin 0.5em 0
|
margin 1em 0
|
||||||
line-height 2em
|
line-height 2em
|
||||||
|
|
||||||
button
|
button
|
||||||
|
|
Loading…
Reference in a new issue