Commit ee1954ef authored by Luke Bennett's avatar Luke Bennett

Review changes

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