Sha256: e6ec276c8c96da04530d176a5da00af0e9bb4155fa7132411a978e71f07a2439

Contents?: true

Size: 655 Bytes

Versions: 6

Compression:

Stored size: 655 Bytes

Contents

#snackbar-container {
  position: fixed;
  left: 20px;
  bottom: 0;
  z-index: 99999;
}
.snackbar {
  overflow: hidden;
  clear: both;
  min-width: 288px;
  max-width: 568px;
  cursor: pointer;
  opacity: 0;
}
.snackbar.snackbar-opened {
  height: auto;
  opacity: 1;
}
@media (max-width: 767px) {
  #snackbar-container {
    left: 0px !important;
    right: 0px;
    width: 100%;
  }
  #snackbar-container .snackbar {
    min-width: 100%;
  }
  #snackbar-container [class="snackbar snackbar-opened"] ~ .snackbar.toast {
    margin-top: 20px;
  }
  #snackbar-container [class="snackbar snackbar-opened"] {
    border-radius: 0;
    margin-bottom: 0;
  }
}

Version data entries

6 entries across 5 versions & 3 rubygems

Version Path
bootstrap-material-0.3.0 app/assets/stylesheets/bootstrap-material-fullpalette/snackbar.css
bootstrap-material-0.3.0 app/assets/stylesheets/bootstrap-material/snackbar.css
bootstrap-material-design-0.2.2 app/assets/stylesheets/bootstrap-material-design/snackbar.css
bootstrap-material-theme-0.2.1 app/assets/stylesheets/bootstrap-material-design/snackbar.css
bootstrap-material-design-0.2.1 app/assets/stylesheets/bootstrap-material-design/snackbar.css
bootstrap-material-design-0.2.0 app/assets/stylesheets/bootstrap-material-design/snackbar.css