diff --git a/scss/_cards.scss b/scss/_cards.scss index c0aef91..e1f82dc 100644 --- a/scss/_cards.scss +++ b/scss/_cards.scss @@ -185,6 +185,14 @@ a.list-group-item:hover { @include border-radius(); color:rgba(0, 0, 0, 0.7); box-shadow: $large-shadow; + &-flex { + display: flex; + flex-direction: row; + justify-content: space-between; + & > p { + padding-bottom: 0; + } + } } .alert { diff --git a/style.css b/style.css index 815a262..ee3072e 100644 --- a/style.css +++ b/style.css @@ -794,6 +794,12 @@ a.list-group-item:hover { border-radius: 0px 0px 0px 0px; color: rgba(0, 0, 0, 0.7); box-shadow: 0px 2px 10px rgba(0, 0, 0, 0); } + .alert-flex { + display: flex; + flex-direction: row; + justify-content: space-between; } + .alert-flex > p { + padding-bottom: 0; } .alert-blue { background-color: #d7dcf3;