assets/stylesheets/bootstrap/_responsive-embed.scss in bootswatch-sass-3.3.2 vs assets/stylesheets/bootstrap/_responsive-embed.scss in bootswatch-sass-3.3.5
- old
+ new
@@ -20,16 +20,16 @@
bottom: 0;
height: 100%;
width: 100%;
border: 0;
}
+}
- // Modifier class for 16:9 aspect ratio
- &.embed-responsive-16by9 {
- padding-bottom: 56.25%;
- }
+// Modifier class for 16:9 aspect ratio
+.embed-responsive-16by9 {
+ padding-bottom: 56.25%;
+}
- // Modifier class for 4:3 aspect ratio
- &.embed-responsive-4by3 {
- padding-bottom: 75%;
- }
+// Modifier class for 4:3 aspect ratio
+.embed-responsive-4by3 {
+ padding-bottom: 75%;
}