chore: Remove bourbon dependancy (#5215)

This commit is contained in:
Pranav Raj S
2022-08-08 21:02:29 +05:30
committed by GitHub
parent 20f3568583
commit d8de16fd70
27 changed files with 188 additions and 252 deletions

View File

@@ -41,24 +41,22 @@ is-closed .app-root {
.view-box {
@include full-height;
@include margin(0);
@include space-between-column;
height: 100vh;
margin: 0;
}
.view-panel {
@include margin($zero);
@include padding($space-normal);
flex-direction: column;
margin: 0;
overflow-y: auto;
padding: $space-normal;
}
.content-box {
@include padding($space-normal);
overflow: auto;
padding: $space-normal;
}
.back-button {
@@ -91,8 +89,7 @@ is-closed .app-root {
justify-content: center;
img {
@include padding($space-one);
max-width: $space-mega;
padding: $space-one;
}
}