Skip to content

Commit

Permalink
fix(app-admin): improve dialog content styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel910 committed Dec 20, 2022
1 parent c617b34 commit 3136a3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/app-admin/src/styles/material-theme-assignments.scss
Expand Up @@ -222,6 +222,7 @@ Fix the width of input components when inside grids
overflow: auto;
margin-top: 0;
padding-top: 24px;
padding-bottom: 24px;
background-color: $mdc-theme-surface;

// add options for when tabs are inside the body
Expand Down Expand Up @@ -251,6 +252,9 @@ Fix the width of input components when inside grids
padding-bottom: 25px;
}
}
> .mdc-layout-grid {
margin: -24px;
}
}
.mdc-dialog__actions {
border-top: 1px solid $mdc-theme-on-background;
Expand Down

0 comments on commit 3136a3b

Please sign in to comment.