Various components fixes

This commit is contained in:
Mo Bitar
2018-01-27 09:40:48 -06:00
parent c33c45278f
commit 61843b1472
10 changed files with 85 additions and 46 deletions

View File

@@ -117,9 +117,9 @@ $heading-height: 75px;
width: 100%;
.component-stack-item {
// height: 50px;
width: 100%;
position: relative;
&:not(:last-child) {
border-bottom: 1px solid $bg-color;
}