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:
authorMark Otto <markdotto@gmail.com>2016-08-20 07:00:57 +0300
committerMark Otto <markdotto@gmail.com>2016-08-20 07:00:57 +0300
commit1bdf6c4bd609b3dbe528b46a880f3b702b0f4b0c (patch)
treebf44ed7bbd704fdbc17870921de3e8035ca7e01a /scss
parenteb5f803c5b51bf377a7c6694be3d8c62846f0759 (diff)
Fixes #20513: Remove all default margin on .media given it's utility purpose and our margin utils
Diffstat (limited to 'scss')
-rw-r--r--scss/_media.scss8
1 files changed, 0 insertions, 8 deletions
diff --git a/scss/_media.scss b/scss/_media.scss
index d970c946a0..d1ebbcdeb2 100644
--- a/scss/_media.scss
+++ b/scss/_media.scss
@@ -1,7 +1,6 @@
@if $enable-flex {
.media {
display: flex;
- margin-bottom: $spacer;
}
.media-body {
flex: 1;
@@ -13,13 +12,6 @@
align-self: flex-end;
}
} @else {
- .media {
- margin-top: $media-margin-top;
-
- &:first-child {
- margin-top: 0;
- }
- }
.media,
.media-body {
overflow: hidden;