Sha256: 3404ab150f9e5a701f03d12b82e238ec82766302c95f9ccea7c446e6d7328240
Contents?: true
Size: 876 Bytes
Versions: 10
Compression:
Stored size: 876 Bytes
Contents
// This file has been autogenerated by grunt task lessToSass. Any changes will be overwritten. // Support for SnackbarJS plugin // https://github.com/FezVrasta/snackbarjs .snackbar { // Style background-color: #323232; color: $mdb-text-color-light; font-size: 14px; border-radius: $border-radius-base; @include shadow-z-1; // Animation height: 0; transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, padding 0s linear 0.2s, height 0s linear 0.2s; transform: translateY(200%); } .snackbar.snackbar-opened { // Style padding: 14px 15px; margin-bottom: 20px; // Animation height: auto; transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, height 0s linear 0.2s; transform: none; } // Variations .snackbar.toast { border-radius: 200px; }
Version data entries
10 entries across 10 versions & 4 rubygems