Commit 4a9a9414 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Add mobile styles

parent 461f1bc7
......@@ -36,13 +36,17 @@
}
.blank-state {
display: flex;
align-items: center;
padding: 50px 30px;
padding: 20px;
margin-bottom: 30px;
border: 1px solid $border-color;
border-radius: $border-radius-default;
@media (min-width: $screen-sm-min) {
display: flex;
align-items: center;
padding: 50px 30px;
}
.blank-state-icon {
svg {
display: block;
......@@ -56,8 +60,15 @@
}
.blank-state-body {
@media (max-width: $screen-xs-max) {
text-align: center;
margin-top: 20px;
}
@media (min-width: $screen-sm-min) {
padding-left: 20px;
}
}
}
/* EE-specific Styles */
......
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