mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-17 19:51:06 +00:00
parent
d66609f8b3
commit
7e7bd5bdc9
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ $snackbar-space: $snackbar-height / 2;
|
|||
right: 0;
|
||||
left: 0;
|
||||
z-index: 120;
|
||||
pointer-events: none;
|
||||
transition: $swift-ease-out;
|
||||
transition-property: margin-top, margin-bottom;
|
||||
|
||||
|
|
@ -103,6 +104,7 @@ $snackbar-space: $snackbar-height / 2;
|
|||
min-height: $snackbar-height;
|
||||
padding: $snackbar-padding 24px;
|
||||
overflow: hidden;
|
||||
pointer-events: auto;
|
||||
border-radius: 2px;
|
||||
background-color: #323232;
|
||||
transition: $swift-ease-out;
|
||||
|
|
|
|||
Loading…
Reference in a new issue