KawAnime/components/env.vue

22 lines
346 B
Vue
Raw Normal View History

<template lang="pug">
2017-10-11 14:00:56 +00:00
.dev-label
span Development mode
</template>
2017-10-11 14:00:56 +00:00
<style lang="stylus" scoped>
.dev-label
height 24px
width 100%
position fixed
top 0
z-index 7
text-align center
2017-08-03 10:25:01 +00:00
2017-10-11 14:00:56 +00:00
span
line-height 24px
font-size 12px
font-style italic
font-weight 300
letter-spacing 1px
</style>