Skip to content
Snippets Groups Projects
Unverified Commit 4847acd8 authored by Luke Bennett's avatar Luke Bennett
Browse files

Re-jig banner callout for new design

parent 8479bf58
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2,6 +2,8 @@
display: flex;
position: relative;
flex-wrap: wrap;
justify-content: center;
align-items: start;
 
.banner-close {
position: absolute;
Loading
Loading
@@ -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;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment