mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-17 06:01:34 +00:00
fix(vue-app): update build indicator style (#5834)
This commit is contained in:
parent
f19c6b5df1
commit
0d5b49dcbc
@ -123,18 +123,20 @@ export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scopped>
|
||||
<style scoped>
|
||||
.nuxt__build_indicator {
|
||||
box-sizing: border-box;
|
||||
position: absolute;
|
||||
font-family: monospace;
|
||||
bottom: 20px;
|
||||
right: 20px;
|
||||
background-color: #2E495E;
|
||||
padding: 5px 10px;
|
||||
border-radius: 2px;
|
||||
border-radius: 5px;
|
||||
box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
|
||||
color: #00C48D;
|
||||
width: 54px;
|
||||
width: 84px;
|
||||
z-index: 2147483647;
|
||||
}
|
||||
.v-enter-active, .v-leave-active {
|
||||
transition-delay: 0.2s;
|
||||
|
Loading…
Reference in New Issue
Block a user