dlegr250_material_design 0.3.24 → 0.3.25
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bc62f280ef5b3f3d2bc21835121789148e06cab7
|
4
|
+
data.tar.gz: a3be12e71aca093a623948097df02b2e56f85966
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 73ca1237b0ab9eeb5627ea45ce87f4df2e7b017eb06734521e533aed67326a15140d7ac5d0bd9c3bf7f50867135b208e4758e6e339aaa59821e86a22b28ffff9
|
7
|
+
data.tar.gz: d61fd90e5e550618c411e8228659485cb82f5e5de61d53ce16812a9fdb9b45edc2d4e650a2701c0e301908a1e19f3c476f429acec248eeffcc334c6a7610774e
|
@@ -37,8 +37,8 @@ class App.MD.Dialog
|
|
37
37
|
@$dialog.find("#dialog-trigger-original-link").click()
|
38
38
|
@.hideDialog()
|
39
39
|
|
40
|
-
$(window).on "resize", =>
|
41
|
-
|
40
|
+
# $(window).on "resize", =>
|
41
|
+
# @$dialog.absoluteCenter()
|
42
42
|
|
43
43
|
@isVisible: () ->
|
44
44
|
@$dialog.hasClass("visible")
|
@@ -71,24 +71,20 @@ $buttons: ".button";
|
|
71
71
|
.button-icon {
|
72
72
|
border: none;
|
73
73
|
color: color("icon");
|
74
|
-
font-size: $font-size-icon;
|
75
|
-
font-weight: 400;
|
76
74
|
width: $button-icon-height;
|
77
75
|
height: $button-icon-height;
|
78
|
-
line-height: $button-icon-height;
|
79
|
-
min-width: $button-icon-height;
|
80
76
|
padding: 0;
|
77
|
+
text-align: center;
|
81
78
|
@include rounded-corners(250px);
|
82
79
|
|
83
80
|
&:hover,
|
84
81
|
&.hover {
|
85
|
-
background-color: rgba(0, 0, 0, 0.1);
|
86
82
|
background-color: color("hover");
|
83
|
+
color: color("black");
|
87
84
|
}
|
88
85
|
|
89
86
|
&:active,
|
90
87
|
&.active {
|
91
|
-
background-color: rgba(0, 0, 0, 0.18);
|
92
88
|
background-color: darken(color("hover"), 5%);
|
93
89
|
}
|
94
90
|
}
|
@@ -94,6 +94,12 @@ ol {
|
|
94
94
|
}
|
95
95
|
}
|
96
96
|
|
97
|
+
.list-divided-on-last {
|
98
|
+
.list-item:last-child {
|
99
|
+
border-bottom: 1px solid color("divider");
|
100
|
+
}
|
101
|
+
}
|
102
|
+
|
97
103
|
// Don't have double lines on last item for bordered and divided
|
98
104
|
.list-bordered .list-item:last-child {
|
99
105
|
border-bottom: none;
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dlegr250_material_design
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.25
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel LeGrand
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-08-
|
11
|
+
date: 2016-08-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|