summaryrefslogtreecommitdiff
path: root/templates/assets/bootstrap-material-design/scss/extensions/_snackbarjs.scss
blob: 8d51741f27d14df6460cdf9d6d2fcd03af286142 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
//// Support for SnackbarJS plugin
//// https://github.com/FezVrasta/snackbarjs
//
//.snackbar {
//  height: 0;
//  font-size: 14px;
//  color: $bmd-inverse;
//  background-color: #323232;
//  border-radius: $border-radius;
//  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%);
//
//  @include box-shadow($bmd-shadow-2dp);
//}
//
//.snackbar.snackbar-opened {
//  height: auto;
//  padding: 14px 15px;
//  margin-bottom: 20px;
//  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;
//}