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

Review changes

parent a1c1cb4c
No related branches found
No related tags found
No related merge requests found
.banner-callout {
display: flex;
position: relative;
flex-wrap: wrap;
align-items: start;
 
.banner-close {
Loading
Loading
@@ -17,7 +16,7 @@
}
 
.banner-graphic {
margin: 0 20px 20px 0;
margin: 0 $gl-padding $gl-padding 0;
}
 
&.banner-non-empty-state {
Loading
Loading
@@ -26,6 +25,8 @@
 
@media (max-width: $screen-xs-max) {
justify-content: center;
flex-direction: column;
align-items: center;
 
.banner-title,
.banner-buttons {
Loading
Loading
@@ -38,7 +39,7 @@
}
 
.banner-graphic {
margin: 0 20px 20px;
margin-left: 20px;
}
}
}
Loading
Loading
@@ -221,7 +221,6 @@
padding-left: 1em;
}
}
}
 
.btn-link {
padding: 0;
Loading
Loading
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