d-md-components
Version:
A pack of components for Derby according to Google's Material Design based upon mdl (getmdl.io).
40 lines (35 loc) • 1.64 kB
text/stylus
// Wrap in body for higher specificity
body
.snackbar-container
height 48px
position fixed
bottom -48px
left 0
right 0
display flex
z-index 999
transition bottom 0.3s cubic-bezier(0.4, 0, 0.2, 1)
.snackbar
display flex
justify-content space-between
background #323232
border-radius 2px
min-width 288px
max-width 568px
padding 14px 24px
margin auto
color rgba(255, 255, 255, 0.87)
.snackbar-btn
outline 0
padding 0
border none
background none
text-transform uppercase
margin-left 48px
float right
.snackbar-text
overflow hidden
white-space nowrap
text-overflow ellipsis
.snackbar-container.showing
bottom 0