Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 7d2631d

Browse files
committed
Merge remote-tracking branch 'origin/master' into refactor/checkbox_test
2 parents 406d532 + aa0eba4 commit 7d2631d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/mdc-card/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ and the [optional modifier classes](#css-classes).
150150

151151
#### Actions
152152

153-
This area is used for showing different actions the user can take, typically at the bottom of a card.
153+
This area is used to show different actions the user can take, typically at the bottom of a card.
154154
It's often used with [buttons](../mdc-button):
155155

156156
```html

packages/mdc-card/_mixins.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,13 @@
4646
$feat-color: mdc-feature-create-target($query, color);
4747
$feat-structure: mdc-feature-create-target($query, structure);
4848

49+
@include mdc-elevation-overlay-common($query);
50+
4951
.mdc-card {
5052
@include mdc-card-shape-radius(medium, $query: $query);
5153
@include mdc-card-fill-color(surface, $query);
54+
@include mdc-elevation-overlay-surface-position($query: $query);
55+
@include mdc-elevation-overlay-dimensions(100%, $query: $query);
5256
@include mdc-elevation(1, $query: $query);
5357

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

0 commit comments

Comments
 (0)