wbase 0.2.1 → 0.2.2
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 +4 -4
- data/app/assets/stylesheets/wbase/auth/icons.css +15 -15
- data/lib/wbase/version.rb +1 -1
- 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: e2739df0eaa1ab969f5c463f520feb70aa730378
|
|
4
|
+
data.tar.gz: 354338695deda37ee45eb2535729e24efb571cec
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: adbf153e28673b2c44226fbe85c73bf19f180aba1f8f1da6726ec2c3b25b0cba9c7b0c50fee5e7e23db9fb39acd3fd9e137c28c3886c14938c014171807cbca5
|
|
7
|
+
data.tar.gz: 8a2b057dc77b05da316c3203184d236045bbc859a74e5d0b8cc7de5cdb26e64280f5d1a2e719a356a3d47687db08fd1e41342093149e1f23b894d218934f9900
|
|
@@ -13,8 +13,8 @@ File: Icons
|
|
|
13
13
|
* -------------------------- */
|
|
14
14
|
@font-face {
|
|
15
15
|
font-family: 'FontAwesome';
|
|
16
|
-
src: url('
|
|
17
|
-
src: url('
|
|
16
|
+
src: font-url('fontawesome-webfont.eot?v=4.6.3');
|
|
17
|
+
src: font-url('fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), font-url('fontawesome-webfont.woff2?v=4.6.3') format('woff2'), font-url('fontawesome-webfont.woff?v=4.6.3') format('woff'), font-url('fontawesome-webfont.ttf?v=4.6.3') format('truetype'), font-url('fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
|
|
18
18
|
font-weight: normal;
|
|
19
19
|
font-style: normal;
|
|
20
20
|
}
|
|
@@ -2206,8 +2206,8 @@ File: Icons
|
|
|
2206
2206
|
}
|
|
2207
2207
|
@font-face {
|
|
2208
2208
|
font-family: 'themify';
|
|
2209
|
-
src: url('
|
|
2210
|
-
src: url('
|
|
2209
|
+
src: font-url('themify.eot?-fvbane');
|
|
2210
|
+
src: font-url('themify.eot?#iefix-fvbane') format('embedded-opentype'), font-url('themify.woff?-fvbane') format('woff'), font-url('themify.ttf?-fvbane') format('truetype'), font-url('themify.svg?-fvbane#themify') format('svg');
|
|
2211
2211
|
font-weight: normal;
|
|
2212
2212
|
font-style: normal;
|
|
2213
2213
|
}
|
|
@@ -3286,8 +3286,8 @@ File: Icons
|
|
|
3286
3286
|
*/
|
|
3287
3287
|
@font-face {
|
|
3288
3288
|
font-family: 'Material Design Iconic Font';
|
|
3289
|
-
src: url('
|
|
3290
|
-
src: url('
|
|
3289
|
+
src: font-url('Material-Design-Iconic-Font.eot?v=1.0.1');
|
|
3290
|
+
src: font-url('Material-Design-Iconic-Font.eot?#iefix&v=1.0.1') format('embedded-opentype'), font-url('Material-Design-Iconic-Font.woff?v=1.0.1') format('woff'), font-url('Material-Design-Iconic-Font.ttf?v=1.0.1') format('truetype'), font-url('Material-Design-Iconic-Font.svg?v=1.0.1#Material-Design-Iconic-Font') format('svg');
|
|
3291
3291
|
font-weight: normal;
|
|
3292
3292
|
font-style: normal;
|
|
3293
3293
|
}
|
|
@@ -5664,14 +5664,14 @@ File: Icons
|
|
|
5664
5664
|
}
|
|
5665
5665
|
@font-face {
|
|
5666
5666
|
font-family: 'simple-line-icons';
|
|
5667
|
-
src: url('
|
|
5668
|
-
src: url('
|
|
5667
|
+
src: font-url('Simple-Line-Icons.eot?-i3a2kk');
|
|
5668
|
+
src: font-url('Simple-Line-Icons.eot?#iefix-i3a2kk') format('embedded-opentype'), font-url('Simple-Line-Icons.ttf?-i3a2kk') format('truetype'), font-url('Simple-Line-Icons.woff2?-i3a2kk') format('woff2'), font-url('Simple-Line-Icons.woff?-i3a2kk') format('woff'), font-url('Simple-Line-Icons.svg?-i3a2kk#simple-line-icons') format('svg');
|
|
5669
5669
|
font-weight: normal;
|
|
5670
5670
|
font-style: normal;
|
|
5671
5671
|
}
|
|
5672
5672
|
/*
|
|
5673
5673
|
Use the following CSS code if you want to have a class per icon.
|
|
5674
|
-
Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, but it's slower:
|
|
5674
|
+
Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, but it's slower:
|
|
5675
5675
|
*/
|
|
5676
5676
|
.icon-user,
|
|
5677
5677
|
.icon-people,
|
|
@@ -6424,8 +6424,8 @@ MIT License: https://github.com/driftyco/ionicons
|
|
|
6424
6424
|
*/
|
|
6425
6425
|
@font-face {
|
|
6426
6426
|
font-family: "Ionicons";
|
|
6427
|
-
src: url("
|
|
6428
|
-
src: url("
|
|
6427
|
+
src: font-url("ionicons.eot?v=1.5.0");
|
|
6428
|
+
src: font-url("ionicons.eot?v=1.5.0#iefix") format("embedded-opentype"), font-url("ionicons.ttf?v=1.5.0") format("truetype"), font-url("ionicons.woff?v=1.5.0") format("woff"), font-url("ionicons.svg?v=1.5.0#Ionicons") format("svg");
|
|
6429
6429
|
font-weight: normal;
|
|
6430
6430
|
font-style: normal;
|
|
6431
6431
|
}
|
|
@@ -8935,8 +8935,8 @@ MIT License: https://github.com/driftyco/ionicons
|
|
|
8935
8935
|
*/
|
|
8936
8936
|
@font-face {
|
|
8937
8937
|
font-family: 'weathericons';
|
|
8938
|
-
src: url('
|
|
8939
|
-
src: url('
|
|
8938
|
+
src: font-url('weathericons-regular-webfont.eot');
|
|
8939
|
+
src: font-url('weathericons-regular-webfont.eot?#iefix') format('embedded-opentype'), font-url('weathericons-regular-webfont.woff2') format('woff2'), font-url('weathericons-regular-webfont.woff') format('woff'), font-url('weathericons-regular-webfont.ttf') format('truetype'), font-url('weathericons-regular-webfont.svg#weather_iconsregular') format('svg');
|
|
8940
8940
|
font-weight: normal;
|
|
8941
8941
|
font-style: normal;
|
|
8942
8942
|
}
|
|
@@ -10701,8 +10701,8 @@ MIT License: https://github.com/driftyco/ionicons
|
|
|
10701
10701
|
font-family: 'typicons';
|
|
10702
10702
|
font-weight: normal;
|
|
10703
10703
|
font-style: normal;
|
|
10704
|
-
src: url('
|
|
10705
|
-
src: url('
|
|
10704
|
+
src: font-url('typicons.eot');
|
|
10705
|
+
src: font-url('typicons.eot?#iefix') format('embedded-opentype'), font-url('typicons.woff') format('woff'), font-url('typicons.ttf') format('truetype'), font-url('typicons.svg#typicons') format('svg');
|
|
10706
10706
|
}
|
|
10707
10707
|
/* :before psuedo-selector inserts and styles icon */
|
|
10708
10708
|
.typcn:before {
|
data/lib/wbase/version.rb
CHANGED