2017-07-26 08:19:51 +00:00
|
|
|
<template lang="pug">
|
2017-10-11 14:00:56 +00:00
|
|
|
.dev-label
|
|
|
|
span Development mode
|
2017-07-25 22:53:10 +00:00
|
|
|
</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
|
2017-07-25 22:53:10 +00:00
|
|
|
</style>
|