dlegr250_material_design 0.1.49 → 0.1.50
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: 265a39b3987e69240cfa3b56ddcc5e04088e13c3
|
|
4
|
+
data.tar.gz: 54b6d8e1ca632a93a8144c725f0d7aec56d53d5a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f22de2360568d9844f2e6ef6f1774c7082d5df82a7b25b4499826ddddf7c1f89ecfe171d32b4899c4b17337c4e82befce634b08dc7fc177cd984704b548d364e
|
|
7
|
+
data.tar.gz: e6149ff5c8761a0a066aa814b1e4cb0978f3fdd9afb93239b4167d60aa3f2a13d5858765bac0679cce1f23ceed7cb884dbf276f263b53638f7eab064739d0aad
|
|
@@ -44,12 +44,18 @@
|
|
|
44
44
|
display: inline-block;
|
|
45
45
|
margin: 1px 0;
|
|
46
46
|
max-width: 100%;
|
|
47
|
-
|
|
48
|
-
padding: $spacing-normal 0;
|
|
47
|
+
padding: $spacing-normal $spacing-small;
|
|
49
48
|
position: relative;
|
|
50
49
|
width: 100%;
|
|
51
50
|
}
|
|
52
51
|
|
|
52
|
+
@media (min-width: $medium-width) {
|
|
53
|
+
.field {
|
|
54
|
+
padding-left: 0;
|
|
55
|
+
padding-right: 0;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
|
|
53
59
|
.field-first {
|
|
54
60
|
padding-top: 0;
|
|
55
61
|
}
|
|
@@ -61,13 +67,13 @@
|
|
|
61
67
|
// Fields - sizes
|
|
62
68
|
//----------------------------------------------------------------------
|
|
63
69
|
|
|
64
|
-
.field-xsmall,
|
|
65
|
-
.field-small,
|
|
66
|
-
.field-normal,
|
|
67
|
-
.field-large,
|
|
68
|
-
.field-xlarge {
|
|
69
|
-
|
|
70
|
-
}
|
|
70
|
+
// .field-xsmall,
|
|
71
|
+
// .field-small,
|
|
72
|
+
// .field-normal,
|
|
73
|
+
// .field-large,
|
|
74
|
+
// .field-xlarge {
|
|
75
|
+
// @extend .field;
|
|
76
|
+
// }
|
|
71
77
|
|
|
72
78
|
.field-xsmall {
|
|
73
79
|
// padding: $spacing-xsmall $spacing-small;
|
|
@@ -105,9 +111,14 @@
|
|
|
105
111
|
//----------------------------------------------------------------------
|
|
106
112
|
|
|
107
113
|
.actions {
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
114
|
+
padding: $spacing-normal $spacing-small 0 $spacing-small;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
@media (min-width: $medium-width) {
|
|
118
|
+
.actions {
|
|
119
|
+
padding-left: 0;
|
|
120
|
+
padding-right: 0;
|
|
121
|
+
}
|
|
111
122
|
}
|
|
112
123
|
|
|
113
124
|
.actions-bordered {
|