Skip to content

Commit

Permalink
fix(VDialog): fix style of component to follow material spec (#8382)
Browse files Browse the repository at this point in the history
* fix(vdialog): fix style of component to follow material spec

fixes #7773

* fix(vdialog): replace hard-coded value to variables
  • Loading branch information
avengerweb authored and johnleider committed Aug 13, 2019
1 parent 95a4dab commit 34d3483
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/vuetify/src/components/VDialog/VDialog.sass
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@
> *
width: 100%

> .v-card
> .v-card__title
font-size: map-deep-get($headings, 'h6', 'size')
font-weight: map-deep-get($headings, 'h6', 'weight')
letter-spacing: map-deep-get($headings, 'h6', 'letter-spacing')
padding: 16px 24px 10px

> .v-card__text
padding: 0 24px 20px

// Element
.v-dialog__content
align-items: center
Expand Down

0 comments on commit 34d3483

Please sign in to comment.