1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Remove redundant properties from .embed-responsive (#28062)

This commit is contained in:
Martijn Cuppens 2019-05-29 19:42:32 +02:00 committed by GitHub
parent 4c70e96b97
commit 14cb65f702
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,10 +2,7 @@
.embed-responsive { .embed-responsive {
position: relative; position: relative;
display: block;
width: 100%; width: 100%;
padding: 0;
overflow: hidden;
&::before { &::before {
display: block; display: block;
@ -19,7 +16,6 @@
video { video {
position: absolute; position: absolute;
top: 0; top: 0;
bottom: 0;
left: 0; left: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;