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

Re-jig banner callout for new design

parent 8479bf58
......@@ -2,6 +2,8 @@
display: flex;
position: relative;
flex-wrap: wrap;
justify-content: center;
align-items: start;
.banner-close {
position: absolute;
......@@ -16,10 +18,18 @@
}
.banner-graphic {
margin: 20px auto;
margin: 0 20px 20px;
}
&.banner-non-empty-state {
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