Upgrade bourbon to ^6.0.0 (#161)

This commit is contained in:
Pranav Raj S
2019-10-20 13:34:19 +05:30
committed by GitHub
parent 20cfd005b9
commit dd018f3682
23 changed files with 94 additions and 90 deletions

View File

@@ -11,12 +11,11 @@ body {
.app-wrapper {
@include full-height;
@include flex-weight(1);
width: 100%;
}
.app-root {
@include flex;
@include flex-direction(column);
flex-direction: column;
}
.app-content {
@include flex;
@@ -30,8 +29,7 @@ body {
}
.view-panel {
@include flex-weight(1);
@include flex-direction(column);
flex-direction: column;
@include margin($zero);
@include padding($space-normal);
overflow-y: scroll;
@@ -68,8 +66,8 @@ body {
.no-items-error-message {
@include flex;
@include full-height;
@include justify-content(center);
@include align-items(center);
justify-content: center;
align-items: center;
flex-direction: column;
img {