Skip to content

Commit

Permalink
IBX-1801: Updated ibexa container styles (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
dew326 authored Dec 30, 2021
1 parent e017984 commit 71a060c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/bundle/Resources/public/scss/_general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,16 @@ select {
}

.ibexa-container {
padding: calculateRem(16px);
background: $ibexa-white;
padding: calculateRem(32px);
background: $ibexa-color-white;
border: calculateRem(1px) solid $ibexa-color-light;
border-radius: $ibexa-border-radius;
box-shadow: $ibexa-edit-header-box-shadow;
margin-bottom: calculateRem(32px);

.ibexa-table-header {
margin-top: 0;
}
}

.ibexa-error-site {
Expand Down

0 comments on commit 71a060c

Please sign in to comment.