bootstrap_sb_admin_base_v2 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/bootstrap_sb_admin_base_v2/version.rb +1 -1
- data/vendor/assets/stylesheets/bootstrap/bootstrap.min.scss +6 -6
- data/vendor/assets/stylesheets/font-awesome/font-awesome.min.scss +5 -5
- data/vendor/assets/stylesheets/rtl/bootstrap/bootstrap.min.scss +6 -6
- data/vendor/assets/stylesheets/rtl/font-awesome/font-awesome.min.scss +5 -5
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 22cc70526946b42ed6eeaccf0f75a1a4fede7bc5
|
4
|
+
data.tar.gz: 36d9eb9506845851c68e2196ec1c6a6aa497920d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8e80e63f15c7bab5a04706d5b6d120a1d384c1abc0e2cfd8b203feea6f3c6a46afb92485c52d5641cca7b8931cbd72861d3837643fe061776994cae7485dc375
|
7
|
+
data.tar.gz: b889dafed1e37d6b68b3080398857be2af5148996ab1586b3a155a742e16b2233994b72acf3171f3d9b47e79e98f56bc4913df7504ae9632b59019bf9d429cc3
|
@@ -281,12 +281,12 @@ th {
|
|
281
281
|
}
|
282
282
|
@font-face {
|
283
283
|
font-family: "Glyphicons Halflings";
|
284
|
-
src:
|
285
|
-
src:
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
284
|
+
src: font-url("glyphicons-halflings-regular.eot");
|
285
|
+
src: font-url("glyphicons-halflings-regular-.eot#iefix") format("embedded-opentype"),
|
286
|
+
font-url("glyphicons-halflings-regular.woff") format("woff"),
|
287
|
+
font-url("glyphicons-halflings-regular.woff2") format("woff2"),
|
288
|
+
font-url("glyphicons-halflings-regular.ttf") format("truetype"),
|
289
|
+
font-url("glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
|
290
290
|
}
|
291
291
|
.glyphicon {
|
292
292
|
position: relative;
|
@@ -4,11 +4,11 @@
|
|
4
4
|
*/
|
5
5
|
@font-face {
|
6
6
|
font-family: "FontAwesome";
|
7
|
-
src:
|
8
|
-
src:
|
9
|
-
|
10
|
-
|
11
|
-
|
7
|
+
src: font-url("fontawesome-webfont-v=4.2.0.eot");
|
8
|
+
src: font-url("fontawesome-webfont-.eot#iefix&v=4.2.0") format("embedded-opentype"),
|
9
|
+
font-url("fontawesome-webfont-v=4.2.0.woff") format("woff"),
|
10
|
+
font-url("fontawesome-webfont-v=4.2.0.ttf") format("truetype"),
|
11
|
+
font-url("fontawesome-webfont-v=4.2.0.svg#fontawesomeregular") format("svg");
|
12
12
|
font-weight: normal;
|
13
13
|
font-style: normal;
|
14
14
|
}
|
@@ -2775,12 +2775,12 @@ input {
|
|
2775
2775
|
|
2776
2776
|
@font-face {
|
2777
2777
|
font-family: 'Glyphicons Halflings';
|
2778
|
-
src:
|
2779
|
-
src:
|
2780
|
-
|
2781
|
-
|
2782
|
-
|
2783
|
-
|
2778
|
+
src: font-url("glyphicons-halflings-regular.eot");
|
2779
|
+
src: font-url("glyphicons-halflings-regular-.eot#iefix") format("embedded-opentype"),
|
2780
|
+
font-url("glyphicons-halflings-regular.woff") format("woff"),
|
2781
|
+
font-url("glyphicons-halflings-regular.woff2") format("woff2"),
|
2782
|
+
font-url("glyphicons-halflings-regular.ttf") format("truetype"),
|
2783
|
+
font-url("glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
|
2784
2784
|
}
|
2785
2785
|
|
2786
2786
|
.glyphicon {
|
@@ -4,11 +4,11 @@
|
|
4
4
|
*/
|
5
5
|
@font-face {
|
6
6
|
font-family: "FontAwesome";
|
7
|
-
src:
|
8
|
-
src:
|
9
|
-
|
10
|
-
|
11
|
-
|
7
|
+
src: font-url("fontawesome-webfont-v=4.2.0.eot");
|
8
|
+
src: font-url("fontawesome-webfont-.eot#iefix&v=4.2.0") format("embedded-opentype"),
|
9
|
+
font-url("fontawesome-webfont-v=4.2.0.woff") format("woff"),
|
10
|
+
font-url("fontawesome-webfont-v=4.2.0.ttf") format("truetype"),
|
11
|
+
font-url("fontawesome-webfont-v=4.2.0.svg#fontawesomeregular") format("svg");
|
12
12
|
font-weight: normal;
|
13
13
|
font-style: normal;
|
14
14
|
}
|