summaryrefslogtreecommitdiffstats
path: root/portal-FE-common/src/styles/bootstrap/_media.scss
diff options
context:
space:
mode:
Diffstat (limited to 'portal-FE-common/src/styles/bootstrap/_media.scss')
-rw-r--r--portal-FE-common/src/styles/bootstrap/_media.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/portal-FE-common/src/styles/bootstrap/_media.scss b/portal-FE-common/src/styles/bootstrap/_media.scss
new file mode 100644
index 00000000..b573052c
--- /dev/null
+++ b/portal-FE-common/src/styles/bootstrap/_media.scss
@@ -0,0 +1,8 @@
+.media {
+ display: flex;
+ align-items: flex-start;
+}
+
+.media-body {
+ flex: 1;
+}