bootstrap-material-design 0.1.7 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,37 +1,35 @@
1
- /* SnackbarJS - MIT LICENSE (https://github.com/FezVrasta/snackbarjs/blob/master/LICENSE.md) */
2
-
3
- #snackbar-container {
4
- position: fixed;
5
- left: 20px;
6
- bottom: 0;
7
- z-index: 99999
8
- }
9
- .snackbar {
10
- overflow: hidden;
11
- clear: both;
12
- min-width: 288px;
13
- max-width: 568px;
14
- cursor: pointer;
15
- opacity: 0
16
- }
17
- .snackbar.snackbar-opened {
18
- height: auto;
19
- opacity: 1
20
- }
21
- @media (max-width: 767px) {
22
- #snackbar-container {
23
- left: 0!important;
24
- right: 0;
25
- width: 100%
26
- }
27
- #snackbar-container .snackbar {
28
- min-width: 100%
29
- }
30
- #snackbar-container [class="snackbar snackbar-opened"] ~ .snackbar.toast {
31
- margin-top: 20px
32
- }
33
- #snackbar-container [class="snackbar snackbar-opened"] {
34
- border-radius: 0;
35
- margin-bottom: 0
36
- }
1
+ #snackbar-container {
2
+ position: fixed;
3
+ left: 20px;
4
+ bottom: 0;
5
+ z-index: 99999;
6
+ }
7
+ .snackbar {
8
+ overflow: hidden;
9
+ clear: both;
10
+ min-width: 288px;
11
+ max-width: 568px;
12
+ cursor: pointer;
13
+ opacity: 0;
14
+ }
15
+ .snackbar.snackbar-opened {
16
+ height: auto;
17
+ opacity: 1;
18
+ }
19
+ @media (max-width: 767px) {
20
+ #snackbar-container {
21
+ left: 0px !important;
22
+ right: 0px;
23
+ width: 100%;
24
+ }
25
+ #snackbar-container .snackbar {
26
+ min-width: 100%;
27
+ }
28
+ #snackbar-container [class="snackbar snackbar-opened"] ~ .snackbar.toast {
29
+ margin-top: 20px;
30
+ }
31
+ #snackbar-container [class="snackbar snackbar-opened"] {
32
+ border-radius: 0;
33
+ margin-bottom: 0;
34
+ }
37
35
  }
@@ -4,8 +4,8 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = 'bootstrap-material-design'
7
- s.version = '0.1.7'
8
- s.date = '2015-02-27'
7
+ s.version = '0.2.0'
8
+ s.date = '2015-04-13'
9
9
  s.summary = "Material Design for Bootstrap"
10
10
  s.authors = ["Paul King"]
11
11
  s.email = 'freedomlijinfa@gmail.com'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootstrap-material-design
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul King
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-27 00:00:00.000000000 Z
11
+ date: 2015-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bootstrap-sass