dlegr250_material_design 0.5.19 → 0.5.20
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/dlegr250_material_design/version.rb +1 -1
- data/vendor/assets/stylesheets/components/buttons.scss +4 -2
- data/vendor/assets/stylesheets/components/cards.scss +4 -1
- data/vendor/assets/stylesheets/components/comments.scss +31 -0
- data/vendor/assets/stylesheets/components/lists.scss +4 -1
- data/vendor/assets/stylesheets/components/underlines.scss +7 -0
- data/vendor/assets/stylesheets/dlegr250_material_design.scss +2 -0
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3baca51f5b510fa9ccf459c79dabebcf64e38a62
|
4
|
+
data.tar.gz: 474debabdc81bc80082c2cabfc8ac215dbb32ba1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c69c02982a9f57b081b2983a6e5d83089c6012642425b83e4e82040fc7d16a8e7e5149c9aeee8bc027688a2e79af7c78f94444e57916ce04ca0a3dd04c59842
|
7
|
+
data.tar.gz: 6fe0c0f5cca7f883ae8df2b3c95800df8e3bf0c747e64f7759dafe2529279b0262ad106aabe15c21c6ac7a7ffcf1b27de3809d73a9118aeb9f5ef6d4cb1fb40f
|
@@ -24,9 +24,10 @@ $buttons: ".button";
|
|
24
24
|
font-size: $font-size-normal;
|
25
25
|
font-weight: 500;
|
26
26
|
height: $button-height;
|
27
|
-
|
27
|
+
line-height: 1.2;
|
28
28
|
letter-spacing: 0.5px;
|
29
|
-
min-width: 88px;
|
29
|
+
// min-width: 88px;
|
30
|
+
min-width: 0;
|
30
31
|
outline: none;
|
31
32
|
padding: 0 $spacing-normal;
|
32
33
|
text-align: center;
|
@@ -319,6 +320,7 @@ $buttons: ".button";
|
|
319
320
|
// Position FAB buttons in bottom-right corner
|
320
321
|
[role="fab"] {
|
321
322
|
bottom: $spacing-large;
|
323
|
+
height: $button-fab-height;
|
322
324
|
position: fixed !important;
|
323
325
|
right: $spacing-large;
|
324
326
|
z-index: $layout-depth + 1;
|
@@ -0,0 +1,31 @@
|
|
1
|
+
.comment {
|
2
|
+
background-color: color("white");
|
3
|
+
border: 1px solid color("divider");
|
4
|
+
margin-bottom: $spacing-normal;
|
5
|
+
@include rounded-corners();
|
6
|
+
}
|
7
|
+
|
8
|
+
.comment-header {
|
9
|
+
background-color: color("grey-100");
|
10
|
+
border-bottom: 1px solid color("divider");
|
11
|
+
color: color("helper");
|
12
|
+
@include flex-parent-row();
|
13
|
+
}
|
14
|
+
|
15
|
+
.comment-header-primary {
|
16
|
+
flex: 1;
|
17
|
+
padding: $spacing-normal;
|
18
|
+
}
|
19
|
+
|
20
|
+
.comment-header-secondary-actions {
|
21
|
+
padding-right: $spacing-small;
|
22
|
+
text-align: right;
|
23
|
+
}
|
24
|
+
|
25
|
+
.comment-content {
|
26
|
+
padding: $spacing-normal;
|
27
|
+
}
|
28
|
+
|
29
|
+
.comment.highlighted .comment-content {
|
30
|
+
background-color: color("highlight");
|
31
|
+
}
|
@@ -28,6 +28,7 @@
|
|
28
28
|
@import "components/borders";
|
29
29
|
@import "components/breadcrumbs";
|
30
30
|
@import "components/circles";
|
31
|
+
@import "components/comments";
|
31
32
|
@import "components/menus";
|
32
33
|
@import "components/dividers";
|
33
34
|
@import "components/boxes";
|
@@ -56,6 +57,7 @@
|
|
56
57
|
@import "components/tables";
|
57
58
|
@import "components/expansion_panels";
|
58
59
|
@import "components/spinners";
|
60
|
+
@import "components/underlines";
|
59
61
|
|
60
62
|
// Global classes have modifiers that should override defaults
|
61
63
|
//----------------------------------------------------------------------
|
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.5.
|
4
|
+
version: 0.5.20
|
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-02-
|
11
|
+
date: 2017-02-07 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
|
@@ -69,6 +69,7 @@ files:
|
|
69
69
|
- vendor/assets/stylesheets/components/buttons.scss
|
70
70
|
- vendor/assets/stylesheets/components/cards.scss
|
71
71
|
- vendor/assets/stylesheets/components/circles.scss
|
72
|
+
- vendor/assets/stylesheets/components/comments.scss
|
72
73
|
- vendor/assets/stylesheets/components/description_lists.scss
|
73
74
|
- vendor/assets/stylesheets/components/dialogs.scss
|
74
75
|
- vendor/assets/stylesheets/components/dividers.scss
|
@@ -96,6 +97,7 @@ files:
|
|
96
97
|
- vendor/assets/stylesheets/components/tables.scss
|
97
98
|
- vendor/assets/stylesheets/components/tabs.scss
|
98
99
|
- vendor/assets/stylesheets/components/tooltips.scss
|
100
|
+
- vendor/assets/stylesheets/components/underlines.scss
|
99
101
|
- vendor/assets/stylesheets/dlegr250_material_design.scss
|
100
102
|
- vendor/assets/stylesheets/fonts/google_material_design_icons.scss
|
101
103
|
- vendor/assets/stylesheets/fonts/google_material_design_icons/MaterialIcons-Regular.eot
|