@import '../../vendor/murph/murph-core/src/core/Resources/assets/css/admin.scss'; @import '@kangc/v-md-editor/lib/style/base-editor.css'; @import '@kangc/v-md-editor/lib/theme/style/vuepress.css'; .ejs-link { margin: 10px auto; max-width: 80%; border: 2px solid #333; border-radius: 5px; &--anchor { display: block; padding: 30px; } &-content { display: inline-block; vertical-align: top; &--title { font-weight: bold; } &--description { font-size: 15px; } &--link { padding-top: 10px; font-size: 14px; line-height: 20px; } } $image-size: 85px; &--anchor--with-image &-content { width: calc(100% - $image-size - 5px); padding-right: 25px; } &--image { display: inline-block; width: $image-size; height: $image-size; background-position: center center; background-repeat: no-repeat; background-size: cover; } } .choices__list--dropdown { z-index: 3; } .v-md-editor { border: 1px solid $input-border-color; box-shadow: none; } .v-md-editor--fullscreen { z-index: 3000; }