Commit 4847acd8 authored by Luke Bennett's avatar Luke Bennett

Re-jig banner callout for new design

parent 8479bf58
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
display: flex; display: flex;
position: relative; position: relative;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: center;
align-items: start;
.banner-close { .banner-close {
position: absolute; position: absolute;
...@@ -16,10 +18,18 @@ ...@@ -16,10 +18,18 @@
} }
.banner-graphic { .banner-graphic {
margin: 20px auto; margin: 0 20px 20px;
} }
&.banner-non-empty-state { &.banner-non-empty-state {
border-bottom: 1px solid $border-color; border-bottom: 1px solid $border-color;
} }
.banner-body {
text-align: left;
}
.banner-buttons {
text-align: center;
}
} }
Markdown is supported
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