Commit 6377821a authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Add mobile styles

parent 0a7a9bbd
......@@ -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,6 +60,13 @@
}
.blank-state-body {
padding-left: 20px;
@media (max-width: $screen-xs-max) {
text-align: center;
margin-top: 20px;
}
@media (min-width: $screen-sm-min) {
padding-left: 20px;
}
}
}
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