Commit 56aadd25 authored by Rakhat Jabagin's avatar Rakhat Jabagin
Browse files

add media vertical flexbox classes

parent 7ff9b197
Showing with 6 additions and 0 deletions
+6 -0
...@@ -6,6 +6,12 @@ ...@@ -6,6 +6,12 @@
.media-body { .media-body {
flex: 1; flex: 1;
} }
.media-middle {
align-self: center;
}
.media-bottom {
align-self: flex-end;
}
} @else { } @else {
.media { .media {
margin-top: 15px; margin-top: 15px;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment