deblan.io-murph/assets/css/admin.scss

64 lines
1.1 KiB
SCSS
Raw Permalink Normal View History

2024-05-13 21:01:11 +02:00
@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';
2022-03-26 16:40:09 +01:00
.ejs-link {
2024-03-31 19:39:44 +02:00
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;
2022-03-26 16:40:09 +01:00
}
2024-03-31 19:39:44 +02:00
&--description {
font-size: 15px;
2022-03-26 16:40:09 +01:00
}
2024-03-31 19:39:44 +02:00
&--link {
padding-top: 10px;
font-size: 14px;
line-height: 20px;
2022-03-26 16:40:09 +01:00
}
2024-03-31 19:39:44 +02:00
}
$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;
}
2022-03-26 16:40:09 +01:00
}
2023-01-06 13:14:42 +01:00
.choices__list--dropdown {
z-index: 3;
}
2024-03-31 19:39:44 +02:00
2024-05-13 21:01:11 +02:00
.v-md-editor {
border: 1px solid $input-border-color;
box-shadow: none;
}
.v-md-editor--fullscreen {
z-index: 3000;
2024-03-31 19:39:44 +02:00
}