Commit d109f28f authored by Ben Hayward's avatar Ben Hayward

Took out description and title

1 merge request!617[Sprint/QuietQuail](feat) Rich embed open in media modals #2162
Pipeline #93924102 running with stages
......@@ -100,30 +100,10 @@ m-overlay-modal {
}
.m-mediaModal__mediaWrapper--richEmbed {
height: 100%;
max-height: 100%;
overflow-y: hidden;
width: 100%;
.meta {
padding: ($minds-padding * 2) ($minds-padding * 2) 0;
text-align: left;
display: block;
text-decoration: none;
width: calc(100% - 32px);
white-space: pre-wrap;
@include m-theme() {
color: themed($m-white-always);
border-top: 1px dotted themed($m-grey-700);
}
h2 {
padding-bottom: ($minds-padding * 2);
@include m-theme() {
color: themed($m-white-always);
}
}
display: none;
}
}
......
Please register or to comment