Re-jig banner callout for new design

This commit is contained in:
Luke Bennett 2018-03-29 14:19:28 +01:00
parent 8479bf58a2
commit 4847acd81d
No known key found for this signature in database
GPG key ID: A738E9C68D3BF31A

View file

@ -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;
}
}