chore: Remove bourbon dependancy (#5215)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user