dlegr250_material_design 0.5.60 → 0.5.61
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: 9c6c915187f19f866b7da0116c689a0432225e66
|
|
4
|
+
data.tar.gz: 3c4f5f051f1027b68cfc4b34dd86a07e31902284
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 041c61be66f3e774588b6d7fdd7862011f01daa6bf2b5c4d3c99ef437a4a74c8be0707471e3603204fe22527e867580efc7e9abf051a0ea87b528aa31e398fed
|
|
7
|
+
data.tar.gz: 5feb9e7836052a649ddfd3159b10e881c3f6927d083301ebb6729d5f99daa3f3009d050dd9683106d0f7b45e0a61f4321b60ffa33c3e4c65b6c82ac01b2c523f
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
@include font-smoothing();
|
|
158
158
|
@include list-item-primary();
|
|
159
159
|
flex: 1;
|
|
160
|
-
font-size: $font-size-
|
|
160
|
+
font-size: $font-size-normal + 2px;
|
|
161
161
|
// font-weight: 400;
|
|
162
162
|
font-weight: bold;
|
|
163
163
|
padding: $spacing-normal;
|
|
@@ -176,6 +176,12 @@
|
|
|
176
176
|
@include list-item-secondary-actions();
|
|
177
177
|
}
|
|
178
178
|
|
|
179
|
+
@media (min-width: $width-small) {
|
|
180
|
+
.dialog-header-primary {
|
|
181
|
+
font-size: $font-size-large;
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
|
|
179
185
|
// Dialogs - content
|
|
180
186
|
//----------------------------------------------------------------------
|
|
181
187
|
|