dlegr250_material_design 0.4.13 → 0.4.14
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: 2aa26f14468c929d40b6c948f6d4f6ba8b8f59b8
|
|
4
|
+
data.tar.gz: 294f8903a1538f21bbe742eaee53347cb3b4d6d6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 55c90f6f24eb22083748a03a80f101663614f986161cdd04cd34367c9297abf88e5a72750dd07ca758b45b473a9cfcce5a78868be33d0a3307698ddb20653a76
|
|
7
|
+
data.tar.gz: 006f3378145eede8c72582d977f6cdcf39fe7f76bc20672c75c6d89304ee4e8cfdca555f41996f960214dddb0c3c1753192e4a18f755cc8994f6d28d97337b74
|
|
@@ -32,9 +32,8 @@
|
|
|
32
32
|
//----------------------------------------------------------------------
|
|
33
33
|
|
|
34
34
|
.card-header {
|
|
35
|
+
@include list-tem();
|
|
35
36
|
border-bottom: 1px solid color("divider");
|
|
36
|
-
padding: $spacing-normal;
|
|
37
|
-
@include flex-parent-row();
|
|
38
37
|
}
|
|
39
38
|
|
|
40
39
|
.card-header-no-border {
|
|
@@ -42,10 +41,7 @@
|
|
|
42
41
|
}
|
|
43
42
|
|
|
44
43
|
.card-header-icon {
|
|
45
|
-
|
|
46
|
-
padding-left: $spacing-normal;
|
|
47
|
-
text-align: left;
|
|
48
|
-
width: 30px;
|
|
44
|
+
@include list-item-icon();
|
|
49
45
|
}
|
|
50
46
|
|
|
51
47
|
.card-header-primary,
|
|
@@ -54,22 +50,17 @@
|
|
|
54
50
|
}
|
|
55
51
|
|
|
56
52
|
.card-header-primary {
|
|
57
|
-
|
|
53
|
+
@include list-item-primary();
|
|
58
54
|
font-size: $font-size-large;
|
|
59
55
|
font-weight: bold;
|
|
60
|
-
flex: 1;
|
|
61
56
|
}
|
|
62
57
|
|
|
63
58
|
.card-header-primary-subtext {
|
|
64
|
-
|
|
65
|
-
font-size: $font-size-normal;
|
|
66
|
-
font-weight: normal;
|
|
67
|
-
padding-top: $spacing-xsmall;
|
|
59
|
+
@include list-item-primary-subtext();
|
|
68
60
|
}
|
|
69
61
|
|
|
70
62
|
.card-header-secondary {
|
|
71
|
-
|
|
72
|
-
text-align: right;
|
|
63
|
+
@include list-item-secondary();
|
|
73
64
|
}
|
|
74
65
|
|
|
75
66
|
// Card - content
|
|
@@ -30,18 +30,13 @@
|
|
|
30
30
|
// Dialogs - header
|
|
31
31
|
//----------------------------------------------------------------------
|
|
32
32
|
|
|
33
|
-
.dialog header {
|
|
34
|
-
padding: $spacing-large;
|
|
35
|
-
padding-bottom: 20px;
|
|
36
|
-
|
|
37
|
-
.dialog-title {
|
|
38
|
-
font-size: $font-size-large;
|
|
39
|
-
font-weight: bold;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
|
|
43
33
|
.dialog-header {
|
|
44
34
|
@include list-item();
|
|
35
|
+
border-bottom: 1px solid color("divider");
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.dialog-header-no-border {
|
|
39
|
+
border-bottom: none;
|
|
45
40
|
}
|
|
46
41
|
|
|
47
42
|
.dialog-header-icon {
|
|
@@ -51,13 +46,12 @@
|
|
|
51
46
|
.dialog-header-primary,
|
|
52
47
|
.dialog-header-secondary {
|
|
53
48
|
box-sizing: border-box;
|
|
54
|
-
padding: $spacing-small $spacing-normal;
|
|
55
49
|
}
|
|
56
50
|
|
|
57
51
|
.dialog-header-primary {
|
|
52
|
+
@include list-item-primary();
|
|
58
53
|
font-size: $font-size-large;
|
|
59
54
|
font-weight: bold;
|
|
60
|
-
@include list-item-primary();
|
|
61
55
|
}
|
|
62
56
|
|
|
63
57
|
.dialog-header-primary-subtext {
|
|
@@ -65,21 +59,25 @@
|
|
|
65
59
|
}
|
|
66
60
|
|
|
67
61
|
.dialog-header-secondary {
|
|
68
|
-
|
|
62
|
+
@include list-item-secondary();
|
|
69
63
|
}
|
|
70
64
|
|
|
71
65
|
// Dialogs - content
|
|
72
66
|
//----------------------------------------------------------------------
|
|
73
67
|
|
|
74
68
|
.dialog-content {
|
|
75
|
-
padding: $spacing-
|
|
76
|
-
|
|
69
|
+
padding: $spacing-normal;
|
|
70
|
+
@include force-text-wrap()
|
|
77
71
|
}
|
|
78
72
|
|
|
79
73
|
// Dialogs - actions
|
|
80
74
|
//----------------------------------------------------------------------
|
|
81
75
|
|
|
82
76
|
.dialog-actions {
|
|
77
|
+
border-top: 1px solid color("divider");
|
|
83
78
|
padding: $spacing-normal;
|
|
84
|
-
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.dialog-actions-no-border {
|
|
82
|
+
border-top: none;
|
|
85
83
|
}
|