This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Spacing between md-button buttons inside md-card #2009
Comments
Please post this in the Angular Material Forum |
I'm actually in the middle of working on button styles that will add margins to our buttons to match the design spec. Going to reopen this issue to capture that work. |
I think we need to add css for md-card md-button {
} |
marcysutton
pushed a commit
that referenced
this issue
Mar 27, 2015
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Per Material Design guidelines, there should be spacing (8px) between the two text based buttons. This is similar to how md-dialog is designed to space out the buttons. However, md-card does not contain styles to do this.
It's possible (and probably easier) to just copy the md-dialog styles over. Something like below would work out.
The text was updated successfully, but these errors were encountered: