Commit ee1954ef authored by Luke Bennett's avatar Luke Bennett

Review changes

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