active_frontend 13.0.2 → 13.0.3
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: ea2982351fc9ee2cba4913250ad0b4eebaca1ffc
|
|
4
|
+
data.tar.gz: 22ba209a5d1917665e69dcf95e76cd8ce1b94f78
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ffa36da3b6b164355bf0b3bf8499ffcb39a720f9e2b70c8ec4e8aafcfd027a3cb7d4ae20ca8f33bfc5d3b92c825774421a3a167480b4fff28969bbd3b5896650
|
|
7
|
+
data.tar.gz: 4f3d7db33132e8ded73ef0f667c6cbff7a085e12aebe3ca926cc055408ffbbc73fd68fde02b49ff3af83bfeb4ad623c77233b512eb00b552e8e4239148513c23
|
|
@@ -101,6 +101,7 @@ $onwhite-colors: (
|
|
|
101
101
|
}
|
|
102
102
|
.btn-mini {
|
|
103
103
|
font-size: 8px;
|
|
104
|
+
line-height: 9px;
|
|
104
105
|
padding: 7px 10px 5px 10px;
|
|
105
106
|
}
|
|
106
107
|
.btn-block {
|
|
@@ -135,6 +136,7 @@ $onwhite-colors: (
|
|
|
135
136
|
}
|
|
136
137
|
.btn-icon.btn-mini {
|
|
137
138
|
font-size: 10px;
|
|
139
|
+
line-height: 1;
|
|
138
140
|
min-width: 26px;
|
|
139
141
|
padding: 6px 5px 4px 5px;
|
|
140
142
|
}
|