Commit dfd09753 authored by Phil Hughes's avatar Phil Hughes

Merge branch '10533-blank-css' into 'master'

Removes EE differences for blank.scss

Closes gitlab-ee#10533

See merge request gitlab-org/gitlab-ce!26354
parents fd037945 6b195fd0
......@@ -69,6 +69,7 @@
@include media-breakpoint-up(sm) {
display: flex;
height: 100%;
align-items: center;
padding: 50px 30px;
}
......@@ -99,3 +100,30 @@
}
}
}
@include media-breakpoint-up(lg) {
.column-large {
flex: 2;
}
.column-small {
flex: 1;
margin-bottom: 15px;
.blank-state {
max-width: 400px;
flex-wrap: wrap;
margin-left: 15px;
}
.blank-state-icon {
margin-bottom: 30px;
}
}
}
@include media-breakpoint-down(xs) {
.blank-state-icon svg {
width: 315px;
}
}
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