Skip to content

Commit

Permalink
feat(dialog): Add elevation overlay structure (#5283)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickrodee authored Nov 27, 2019
1 parent ec72968 commit b8bc4a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/mdc-dialog/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
$feat-animation: mdc-feature-create-target($query, animation);
$feat-structure: mdc-feature-create-target($query, structure);

@include mdc-elevation-overlay-common($query);

// postcss-bem-linter: define dialog

.mdc-dialog,
Expand Down Expand Up @@ -97,6 +99,8 @@
}

.mdc-dialog__surface {
@include mdc-elevation-overlay-surface-position($query: $query);
@include mdc-elevation-overlay-size(100%, $query: $query);
@include mdc-elevation(24, $query: $query);

@include mdc-feature-targets($feat-structure) {
Expand Down

0 comments on commit b8bc4a2

Please sign in to comment.