Skip to content

Commit

Permalink
common style change for mat-form-field (mdc component migration)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 562917277
  • Loading branch information
zzzaries authored and copybara-github committed Sep 5, 2023
1 parent 1e03c03 commit 6325c16
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions frontend/app/styles/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,16 @@ $dark-theme-card-title-color: #fff;
padding: 20px 20px 0;
}

mat-card {
// MDC mat-card does not have padding by default
// Add padding to keep style persistent during migration
padding: 16px;
}

mat-form-field {
margin-top: 16px;
}

@mixin overview-card {
box-shadow: none !important;
margin: 8px;
Expand Down

0 comments on commit 6325c16

Please sign in to comment.