summaryrefslogtreecommitdiff
path: root/themes/light/cdm.less
diff options
context:
space:
mode:
Diffstat (limited to 'themes/light/cdm.less')
-rw-r--r--themes/light/cdm.less41
1 files changed, 23 insertions, 18 deletions
diff --git a/themes/light/cdm.less b/themes/light/cdm.less
index 41d789a09..a89ceed27 100644
--- a/themes/light/cdm.less
+++ b/themes/light/cdm.less
@@ -115,11 +115,13 @@
font-size : 16px;
}
- .intermediate iframe,
- .content-inner iframe {
- max-width : 98%;
- width : auto;
- height : auto;
+ .intermediate,
+ .content-inner {
+ iframe {
+ max-width : 98%;
+ width : auto;
+ height : auto;
+ }
}
.intermediate img,
@@ -208,19 +210,22 @@
}
}
- .content-inner .embed-responsive {
- overflow : hidden;
- padding-bottom : @embed-responsive-padding;
- position : relative;
-
- iframe {
- border : 0;
- bottom : 0;
- height : 100%;
- left : 0;
- position : absolute;
- top : 0;
- width : 100%;
+ .intermediate,
+ .content-inner {
+ .embed-responsive {
+ overflow : hidden;
+ padding-bottom : @embed-responsive-padding;
+ position : relative;
+
+ iframe {
+ border : 0;
+ bottom : 0;
+ height : 100%;
+ left : 0;
+ position : absolute;
+ top : 0;
+ width : 100%;
+ }
}
}