mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-07 09:22:27 +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;
|
width: 88px;
|
||||||
z-index: 2147483647;
|
z-index: 2147483647;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
line-height: 1.2rem;
|
||||||
}
|
}
|
||||||
.v-enter-active, .v-leave-active {
|
.v-enter-active, .v-leave-active {
|
||||||
transition-delay: 0.2s;
|
transition-delay: 0.2s;
|
||||||
@ -130,6 +131,8 @@ export default {
|
|||||||
transform: translateY(20px);
|
transform: translateY(20px);
|
||||||
}
|
}
|
||||||
svg {
|
svg {
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: baseline;
|
||||||
width: 1.1em;
|
width: 1.1em;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 1px;
|
top: 1px;
|
||||||
|
Loading…
Reference in New Issue
Block a user