dlegr250_material_design 0.5.42 → 0.5.43
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 46608d452a7d0b24f8e2e6d4db18f866872bb660
|
|
4
|
+
data.tar.gz: b2e654e78df31b403bb14850d0fe10286bf98798
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 53a835f3c7ffbcc02c64433e17883dca680299babbf27f39387e9f1010cbe5a6bd686af00b9431d866c425b61cad6a32132681bc421e4d35101371393d7ecede
|
|
7
|
+
data.tar.gz: c630e35923e5d0b199fec60f80f8aabf3ff3fb825acf49fd30dbb51bc64a52abe0b66169fb245afc7373dd1b43a5aa71abca32c04eb49af3ea02de4df4a72821
|
|
@@ -76,17 +76,17 @@
|
|
|
76
76
|
.dialog-xlarge { width: $dialog-width-xlarge !important; }
|
|
77
77
|
}
|
|
78
78
|
|
|
79
|
-
// Dialogs -
|
|
79
|
+
// Dialogs - appbar
|
|
80
80
|
//----------------------------------------------------------------------
|
|
81
81
|
|
|
82
|
-
.dialog-
|
|
82
|
+
.dialog-appbar {
|
|
83
83
|
@include flex-parent-row();
|
|
84
84
|
border-bottom: 1px solid color("divider");
|
|
85
85
|
height: $appbar-height;
|
|
86
86
|
padding: 0 $spacing-small;
|
|
87
87
|
}
|
|
88
88
|
|
|
89
|
-
.dialog-
|
|
89
|
+
.dialog-appbar-icon {
|
|
90
90
|
width: $appbar-button-height;
|
|
91
91
|
|
|
92
92
|
// To match up with .appbar-button
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
}
|
|
99
99
|
}
|
|
100
100
|
|
|
101
|
-
.dialog-
|
|
101
|
+
.dialog-appbar-title {
|
|
102
102
|
@include list-item-primary();
|
|
103
103
|
flex: 1;
|
|
104
104
|
font-size: $font-size-normal + 2px;
|
|
@@ -109,11 +109,40 @@
|
|
|
109
109
|
}
|
|
110
110
|
|
|
111
111
|
@media (min-width: $width-small) {
|
|
112
|
-
.dialog-
|
|
112
|
+
.dialog-appbar-title {
|
|
113
113
|
font-size: $font-size-large;
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
+
.dialog-appbar-title-subtext {
|
|
118
|
+
@include list-item-primary-subtext();
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.dialog-appbar-secondary {
|
|
122
|
+
@include list-item-secondary();
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.dialog-appbar-secondary-actions {
|
|
126
|
+
@include list-item-secondary-actions();
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
// Dialogs - header
|
|
130
|
+
//----------------------------------------------------------------------
|
|
131
|
+
|
|
132
|
+
.dialog-header {
|
|
133
|
+
// @include flex-parent-row();
|
|
134
|
+
border-bottom: 1px solid color("divider");
|
|
135
|
+
padding: $spacing-normal;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.dialog-header-primary {
|
|
139
|
+
flex: 1;
|
|
140
|
+
font-size: $font-size-large;
|
|
141
|
+
font-weight: 400;
|
|
142
|
+
@include font-smoothing();
|
|
143
|
+
@include list-item-primary();
|
|
144
|
+
}
|
|
145
|
+
|
|
117
146
|
.dialog-header-primary-subtext {
|
|
118
147
|
@include list-item-primary-subtext();
|
|
119
148
|
}
|
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.43
|
|
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-03-02 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
|