kadmin 0.6.10 → 0.6.11
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7e2cc2eeb1740c8bf1c90d13966b8d0d6ed0f671
|
4
|
+
data.tar.gz: 70efdea4771feb93ef86e2af13e1e191f5393fdb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4412e55fc8dbebf1116e3ef635db44733fd1ba51cd02d96d349d1abf981c8b60504d5120765eeecd4d39989fbcf9dc1e0eef06340dd33d88d1e1340845c43985
|
7
|
+
data.tar.gz: 87bd5ef6da71d39bf0a75de8bf673b6ac1e1490c77e419c7e056a650234165e84df136e2b007596e53980e552e19c4c93e8369f2862e180423f6d2e774bc5499
|
data/lib/kadmin/version.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
// Overwrite the font-awesome stuff to get the correct asset URLs
|
5
5
|
@font-face {
|
6
|
-
font-family: '
|
6
|
+
font-family: 'FontAwesome';
|
7
7
|
font-style: normal;
|
8
8
|
font-weight: normal;
|
9
9
|
src: font-url('fontawesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
|
@@ -14,10 +14,6 @@
|
|
14
14
|
font-url('fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
|
15
15
|
}
|
16
16
|
|
17
|
-
.fa {
|
18
|
-
font-family: 'FontAwesomeRails' !important; // sass-lint:disable-line no-important
|
19
|
-
}
|
20
|
-
|
21
17
|
// Temporary bootstrap fix until Modular updates bootstrap version
|
22
18
|
select {
|
23
19
|
&.form-control {
|
@@ -6216,13 +6216,6 @@ a.bg-danger:focus, a.bg-danger:hover {
|
|
6216
6216
|
*/
|
6217
6217
|
/* FONT PATH
|
6218
6218
|
* -------------------------- */
|
6219
|
-
@font-face {
|
6220
|
-
font-family: 'FontAwesome';
|
6221
|
-
src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
|
6222
|
-
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
|
6223
|
-
font-weight: normal;
|
6224
|
-
font-style: normal;
|
6225
|
-
}
|
6226
6219
|
.fa {
|
6227
6220
|
display: inline-block;
|
6228
6221
|
font: normal normal normal 14px/1 FontAwesome;
|