Style headings

This commit is contained in:
luis cielak
2018-08-27 15:25:26 -04:00
parent fbffc41cb6
commit 1a2e5cc767
2 changed files with 22 additions and 6 deletions

View File

@@ -50,6 +50,21 @@
right: 0;
width: 8rem;
}
.block-list {
.block-list__header {
display: block;
}
.action-group {
margin-right: $gap*4;
margin-left: $gap*3;
display: flex;
justify-content: space-between;
}
}
}
}