mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
fix(vue-app): enforce default css when used with frameworks (#6255)
This commit is contained in:
parent
69ca84fbd1
commit
fda1b1b54b
@ -119,6 +119,7 @@ export default {
|
||||
width: 88px;
|
||||
z-index: 2147483647;
|
||||
font-size: 16px;
|
||||
line-height: 1.2rem;
|
||||
}
|
||||
.v-enter-active, .v-leave-active {
|
||||
transition-delay: 0.2s;
|
||||
@ -130,6 +131,8 @@ export default {
|
||||
transform: translateY(20px);
|
||||
}
|
||||
svg {
|
||||
display: inline-block;
|
||||
vertical-align: baseline;
|
||||
width: 1.1em;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
|
Loading…
Reference in New Issue
Block a user