Re-jig banner callout for new design
This commit is contained in:
parent
8479bf58a2
commit
4847acd81d
1 changed files with 11 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue