Skip to content

Commit

Permalink
feat(VSnackbar): match md2 spec
Browse files Browse the repository at this point in the history
  • Loading branch information
dsseng committed Apr 19, 2019
1 parent 292664e commit 015ce4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/vuetify/src/components/VSnackbar/VSnackbar.sass
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,13 @@
background-color: $snackbar-background-color
pointer-events: auto
width: 100%
min-width: 344px
+elevation(6)

&__content
width: 100%
height: 48px
padding: 14px 24px
padding: 16px 24px
display: flex
align-items: center
justify-content: space-between
Expand All @@ -42,7 +43,7 @@
color: $snackbar-color
flex: 0 0 auto
padding: 8px
margin: 0 0 0 24px
margin: 0 -16px 0 24px
height: auto
min-width: auto
width: auto
Expand All @@ -51,7 +52,7 @@
margin: -2px

+rtl()
margin: 0 24px 0 0
margin: 0 24px 0 -16px

&::before
display: none
Expand Down Expand Up @@ -86,7 +87,6 @@
&__wrapper
width: auto
max-width: 568px
min-width: 288px
margin: 0 auto
border-radius: 2px

Expand Down

0 comments on commit 015ce4f

Please sign in to comment.