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

58 lines
1.1 KiB
SCSS
Raw Normal View History

2022-03-13 21:35:39 +01:00
@import "../../vendor/murph/murph-core/src/core/Resources/assets/css/admin.scss";
2022-02-28 14:56:43 +01:00
@import "~simplemde/dist/simplemde.min.css";
2021-05-25 09:59:29 +02:00
2022-02-28 14:56:43 +01:00
.CodeMirror-fullscreen, .editor-toolbar.fullscreen {
z-index: 2000;
2021-05-25 15:20:32 +02:00
}
2022-03-26 16:40:09 +01:00
.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;
}
}
2023-01-06 13:14:42 +01:00
.choices__list--dropdown {
z-index: 3;
}