dlegr250_material_design 0.3.34 → 0.3.35
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: fe39f5fe1643048a47c0f8591e03f62fe35caab7
|
|
4
|
+
data.tar.gz: 16a83e7387e6c000f25b82b7bfe73d0e53f92527
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8bb227ac61dd1f677d69bdbd7dbae59512d6baddfe436058987f0f1a0b8d9abf28a2c55cd4c98cfe8bd5007f69bbc168941c4f2c3980331c09cab561c74fcfdc
|
|
7
|
+
data.tar.gz: 901fd9b7c8ad05dadbf1d611609b7f187c91517cb8cae3fbb8fe11fe47c7f344485bc855ce91e5d205e3336d614e28ca4871cf21463a33e189d969eefd213fa7
|
|
@@ -114,6 +114,24 @@ input[type="submit"].button,
|
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
+
// Button icon - sizes
|
|
118
|
+
//----------------------------------------------------------------------
|
|
119
|
+
|
|
120
|
+
.button-icon-small {
|
|
121
|
+
height: $button-icon-height * 0.8;
|
|
122
|
+
line-height: $button-icon-height * 0.8;
|
|
123
|
+
width: $button-icon-height * 0.8;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.button-icon-large {
|
|
127
|
+
height: $button-icon-height * 1.2;
|
|
128
|
+
line-height: $button-icon-height * 1.2;
|
|
129
|
+
width: $button-icon-height * 1.2;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
// Button icon - colors
|
|
133
|
+
//----------------------------------------------------------------------
|
|
134
|
+
|
|
117
135
|
@each $color-name, $color in $colors {
|
|
118
136
|
.button-icon-#{$color-name} {
|
|
119
137
|
background-color: $color;
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
flex: 1; // To fill empty gaps
|
|
45
45
|
font-size: $font-size-large;
|
|
46
46
|
margin-right: $spacing-small;
|
|
47
|
-
overflow: hidden;
|
|
48
|
-
text-overflow: ellipsis;
|
|
49
|
-
white-space: nowrap;
|
|
47
|
+
// overflow: hidden;
|
|
48
|
+
// text-overflow: ellipsis;
|
|
49
|
+
// white-space: nowrap;
|
|
50
50
|
|
|
51
51
|
a {
|
|
52
52
|
color: $appbar-text-color;
|