dlegr250_material_design 0.4.76 → 0.4.77
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: e19da18fc17f9fe8cd64dbffba1e2db14b64f7a7
|
4
|
+
data.tar.gz: 7b1892725efbda56aee01fce58e07f89350ce8cc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d49d8ac2e42e40bb1e2bd65e3fba3d0e27552d1195857fb69d71e5d3c71d2fb9c853a645694aff3fbfbe1c9f5d4c4690529f8c1d4e3fa0c58d43691390936f95
|
7
|
+
data.tar.gz: b01807ba5dc0e6d106020b43a942aea0f07383db53131199d1bc533fbb44b7949d4c97204ece0322b1e3a4cddc13b31fda73a4078987c6bdd4f22ad26c1d9d4c
|
@@ -45,19 +45,6 @@ $buttons: ".button";
|
|
45
45
|
&:hover {
|
46
46
|
text-decoration: none !important;
|
47
47
|
}
|
48
|
-
|
49
|
-
&.button-dense {
|
50
|
-
font-size: $font-size-small;
|
51
|
-
height: $button-height-dense !important;
|
52
|
-
line-height: $button-height-dense !important;
|
53
|
-
min-width: $button-height * 0.8;
|
54
|
-
padding: 0 $spacing-small;
|
55
|
-
}
|
56
|
-
|
57
|
-
&.button-large {
|
58
|
-
height: $button-height-large !important;
|
59
|
-
line-height: $button-height-large !important;
|
60
|
-
}
|
61
48
|
}
|
62
49
|
|
63
50
|
// Icons inside button
|
@@ -81,6 +68,34 @@ $buttons: ".button";
|
|
81
68
|
}
|
82
69
|
}
|
83
70
|
|
71
|
+
// Buttons - sizes
|
72
|
+
//----------------------------------------------------------------------
|
73
|
+
|
74
|
+
.button-xsmall {
|
75
|
+
font-size: $font-size-small;
|
76
|
+
height: 28px;
|
77
|
+
line-height: 28px;
|
78
|
+
min-width: $button-height * 0.6;
|
79
|
+
padding: 0 $spacing-xsmall;
|
80
|
+
}
|
81
|
+
|
82
|
+
// Using dense name to be consistent with MD spec
|
83
|
+
.button-small,
|
84
|
+
.button-dense {
|
85
|
+
font-size: $font-size-small;
|
86
|
+
height: $button-height-dense !important;
|
87
|
+
line-height: $button-height-dense !important;
|
88
|
+
min-width: $button-height * 0.8;
|
89
|
+
padding: 0 $spacing-small;
|
90
|
+
}
|
91
|
+
|
92
|
+
.button-large {
|
93
|
+
height: $button-height-large !important;
|
94
|
+
line-height: $button-height-large !important;
|
95
|
+
}
|
96
|
+
|
97
|
+
.button-normal {}
|
98
|
+
|
84
99
|
// Special case: submit.button with display: inline-flex would align left.
|
85
100
|
// input[type="submit"].button,
|
86
101
|
// .fab {
|
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.4.
|
4
|
+
version: 0.4.77
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel LeGrand
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-01-
|
11
|
+
date: 2017-01-18 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: 'WARNING: ALPHA CODE, NOT PRODUCTION READY. ACTIVELY UNDER DEVELOPMENT
|
14
14
|
AS OF AUG 2016. Implement Google Material Design spec with modern browsers in mind
|