vital 1.2.1 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +0 -4
- data/.ruby-version +1 -1
- data/CHANGELOG.md +12 -0
- data/Gemfile.lock +2 -22
- data/README.md +4 -19
- data/Rakefile +0 -16
- data/dist/css/vital.css +427 -262
- data/dist/css/vital.css.map +2 -2
- data/dist/css/vital.min.css +1 -1
- data/dist/css/vital.min.css.map +2 -2
- data/lib/vital/version.rb +1 -1
- data/package.json +1 -1
- data/sass/vital/_all.sass +10 -0
- data/sass/vital/_base.sass +4 -15
- data/sass/vital/_buttons.sass +4 -3
- data/sass/vital/_forms.sass +17 -50
- data/sass/vital/_grid.sass +0 -13
- data/sass/vital/_header.sass +183 -108
- data/sass/vital/_helpers.sass +122 -46
- data/sass/vital/_icons.sass +13 -68
- data/sass/vital/_loaders.sass +0 -29
- data/sass/vital/_mixins.sass +120 -0
- data/sass/vital/_notice.sass +3 -2
- data/sass/vital/_variables.sass +100 -79
- data/sass/vital/layouts/_background_cards.sass +44 -0
- data/sass/vital/layouts/_bordered_lists.sass +13 -0
- data/sass/vital/layouts/_feed_cards.sass +13 -0
- data/sass/vital/layouts/_photo_collages.sass +31 -0
- data/vital.gemspec +0 -1
- metadata +7 -25
- data/dist/fonts/icons.eot +0 -0
- data/dist/fonts/icons.svg +0 -50
- data/dist/fonts/icons.ttf +0 -0
- data/dist/fonts/icons.woff +0 -0
- data/fontcustom.yml +0 -24
- data/fonts/icons.eot +0 -0
- data/fonts/icons.svg +0 -50
- data/fonts/icons.ttf +0 -0
- data/fonts/icons.woff +0 -0
data/dist/fonts/icons.ttf
DELETED
Binary file
|
data/dist/fonts/icons.woff
DELETED
Binary file
|
data/fontcustom.yml
DELETED
@@ -1,24 +0,0 @@
|
|
1
|
-
font_name: icons
|
2
|
-
css_selector: .{{glyph}}
|
3
|
-
preprocessor_path: "../fonts"
|
4
|
-
no_hash: true
|
5
|
-
force: true
|
6
|
-
debug: true
|
7
|
-
quiet: false
|
8
|
-
|
9
|
-
# depending on the type of application, you'll probably need to change the source paths accordingly
|
10
|
-
|
11
|
-
input:
|
12
|
-
templates: icons/templates
|
13
|
-
vectors: icons/vectors
|
14
|
-
|
15
|
-
output:
|
16
|
-
fonts: fonts
|
17
|
-
css: sass/vital
|
18
|
-
preview: previews
|
19
|
-
|
20
|
-
templates:
|
21
|
-
- _icons.scss
|
22
|
-
- preview
|
23
|
-
|
24
|
-
autowidth: true
|
data/fonts/icons.eot
DELETED
Binary file
|
data/fonts/icons.svg
DELETED
@@ -1,50 +0,0 @@
|
|
1
|
-
<?xml version="1.0" standalone="no"?>
|
2
|
-
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
3
|
-
<!--
|
4
|
-
2016-6-17: Created with FontForge (http://fontforge.org)
|
5
|
-
-->
|
6
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
|
7
|
-
<metadata>
|
8
|
-
Created by FontForge 20160407 at Fri Jun 17 12:02:19 2016
|
9
|
-
By Body Taing
|
10
|
-
Copyright (c) 2016, Body Taing
|
11
|
-
</metadata>
|
12
|
-
<defs>
|
13
|
-
<font id="icons" horiz-adv-x="512" >
|
14
|
-
<font-face
|
15
|
-
font-family="icons"
|
16
|
-
font-weight="400"
|
17
|
-
font-stretch="normal"
|
18
|
-
units-per-em="512"
|
19
|
-
panose-1="2 0 5 3 0 0 0 0 0 0"
|
20
|
-
ascent="448"
|
21
|
-
descent="-64"
|
22
|
-
bbox="0 -64 512 448"
|
23
|
-
underline-thickness="25.6"
|
24
|
-
underline-position="-51.2"
|
25
|
-
unicode-range="U+0020-F107"
|
26
|
-
/>
|
27
|
-
<missing-glyph />
|
28
|
-
<glyph glyph-name="space" unicode=" " horiz-adv-x="200"
|
29
|
-
/>
|
30
|
-
<glyph glyph-name="uniF103" unicode=""
|
31
|
-
d="M437 373c100 -100 100 -262 0 -362s-262 -100 -362 0s-100 262 0 362s262 100 362 0zM374 88l-104 104l104 104l-14 14l-104 -104l-104 104l-14 -15l103 -103l-103 -103l14 -15l104 104l104 -104z" />
|
32
|
-
<glyph glyph-name="uniF105" unicode=""
|
33
|
-
d="M437 373c100 -100 100 -262 0 -362s-262 -100 -362 0s-100 262 0 362s262 100 362 0zM422 26c92 92 92 241 0 332s-241 92 -332 0s-92 -241 0 -332s241 -91 332 0zM360 310l14 -14l-104 -104l104 -104l-14 -14l-104 104l-104 -104l-14 15l103 103l-103 103l14 15
|
34
|
-
l104 -104z" />
|
35
|
-
<glyph glyph-name="uniF101" unicode="" horiz-adv-x="257"
|
36
|
-
d="M91 100c-3 -3 -7 -5 -11 -5s-7 3 -10 6l-70 69l22 22l59 -58l155 156l21 -23z" />
|
37
|
-
<glyph glyph-name="uniF106" unicode=""
|
38
|
-
d="M0 357h512v-21h-512v21zM0 203h512v-20h-512v20zM0 50h512v-21h-512v21z" />
|
39
|
-
<glyph glyph-name="uniF104" unicode="" horiz-adv-x="236"
|
40
|
-
d="M222 311l14 -14l-104 -104l104 -104l-14 -14l-104 103l-104 -103l-14 15l103 103l-103 103l14 15l104 -104z" />
|
41
|
-
<glyph glyph-name="uniF100" unicode="" horiz-adv-x="274"
|
42
|
-
d="M0 235h274l-137 213l-137 -213zM274 150h-274l137 -213l137 213z" />
|
43
|
-
<glyph glyph-name="uniF107" unicode="" horiz-adv-x="507"
|
44
|
-
d="M463 176c24 0 44 -20 44 -44c0 -25 -20 -45 -44 -45c-19 0 -36 12 -42 29h-47c-6 0 -12 4 -14 10l-15 44l-46 -161c-2 -6 -8 -10 -14 -10h-1c-7 0 -13 4 -14 11l-47 285l-42 -168c-2 -6 -8 -11 -15 -11l-166 16s146 12 149 12c1 0 5 -1 6 2c0 2 0 1 0 1l56 225
|
45
|
-
c2 7 7 12 15 12s13 -6 14 -13l49 -291l41 144c2 6 8 10 14 10v0c6 0 12 -4 14 -10l27 -79h36c6 18 22 31 42 31z" />
|
46
|
-
<glyph glyph-name="uniF102" unicode=""
|
47
|
-
d="M256 448c141 0 256 -115 256 -256s-115 -256 -256 -256s-256 115 -256 256s115 256 256 256zM256 428c-130 0 -236 -106 -236 -236s106 -236 236 -236s236 106 236 236s-106 236 -236 236zM387 345c3 1 7 -1 9 -3c4 -4 4 -10 0 -14l-113 -122c2 -4 4 -9 4 -14
|
48
|
-
c0 -8 -3 -15 -8 -20l42 -79c3 -5 1 -11 -4 -14s-11 -1 -14 4l-42 79c-2 0 -3 -1 -5 -1c-17 0 -31 14 -31 31s14 31 31 31c4 0 8 -1 12 -3l113 122c2 2 4 3 6 3z" />
|
49
|
-
</font>
|
50
|
-
</defs></svg>
|
data/fonts/icons.ttf
DELETED
Binary file
|
data/fonts/icons.woff
DELETED
Binary file
|