Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2019-05-29 20:42:32 +0300
committerGitHub <noreply@github.com>2019-05-29 20:42:32 +0300
commit14cb65f702defde25a59cf419c078e32e2f1d20d (patch)
tree075d1c7ef4a68d25b57b47de657daf509ea55b5e /scss
parent4c70e96b977f46c832900ffae17faf73f28376d2 (diff)
Remove redundant properties from `.embed-responsive` (#28062)
Diffstat (limited to 'scss')
-rw-r--r--scss/helpers/_embed.scss4
1 files changed, 0 insertions, 4 deletions
diff --git a/scss/helpers/_embed.scss b/scss/helpers/_embed.scss
index 89d22aa6c4..1df7b43389 100644
--- a/scss/helpers/_embed.scss
+++ b/scss/helpers/_embed.scss
@@ -2,10 +2,7 @@
.embed-responsive {
position: relative;
- display: block;
width: 100%;
- padding: 0;
- overflow: hidden;
&::before {
display: block;
@@ -19,7 +16,6 @@
video {
position: absolute;
top: 0;
- bottom: 0;
left: 0;
width: 100%;
height: 100%;