fix(vue-app): enforce default css when used with frameworks (#6255)

This commit is contained in:
Sébastien Chopin 2019-08-20 18:15:36 +02:00 committed by Pooya Parsa
parent 69ca84fbd1
commit fda1b1b54b

View File

@ -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;