EVA-UI 0.0.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 +7 -0
- data/lib/eva-ui.rb +3 -0
- data/stylesheets/_colous.scss +56 -0
- metadata +60 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 99fb23e387df3f8163511f62b5a38c8e8a3f1b86
|
4
|
+
data.tar.gz: 43e1a41ace639697c412fb373daa0fda8be61ca9
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 8ad032130261d6b6d376d0a0954a9ca397a62c8bd45b4e9a58590d3c917d74ba6ef074315ed7cf8ae3cb969b618a7f2279875fb47c2e4b2f8fe48ef81edd9b5e
|
7
|
+
data.tar.gz: 8732eebb7dbeedc19bf51b4e28981a7dd6645d85a69dec22d7968d437e7b69ade69d14820e9e8f1048ae3fc88e95a6b6cf3fd6e550a5b6883865d15700c36dd5
|
data/lib/eva-ui.rb
ADDED
@@ -0,0 +1,56 @@
|
|
1
|
+
//Escala de grises
|
2
|
+
$black: #000;
|
3
|
+
$gray-1: #222;
|
4
|
+
$gray-2: #444;
|
5
|
+
$gray-3: #666;
|
6
|
+
$gray-4: #888;
|
7
|
+
$gray-5: #AAA;
|
8
|
+
$gray-6: #CCC;
|
9
|
+
$gray-7: #DDD;
|
10
|
+
$gray-8: #EEE;
|
11
|
+
$gray-9: #F5F5F5;
|
12
|
+
$white: #FFF;
|
13
|
+
|
14
|
+
// Verdes
|
15
|
+
$success-1: #5DCF7B;
|
16
|
+
$success-2: #39C15C;
|
17
|
+
$success-3: #00B02E;
|
18
|
+
$success-4: #029729;
|
19
|
+
|
20
|
+
// Celestes
|
21
|
+
$actions-1: #82DCF7;
|
22
|
+
$actions-2: #3CC8F1;
|
23
|
+
$actions-3: #10ADDA;
|
24
|
+
$actions-4: #0F9BC4;
|
25
|
+
|
26
|
+
// Azules
|
27
|
+
$info-1: #5C8FE0;
|
28
|
+
$info-2: #2D72E1;
|
29
|
+
$info-3: #0050D0;
|
30
|
+
$info-4: #003FA3;
|
31
|
+
|
32
|
+
// Amarillos
|
33
|
+
$box-1: #FCF7C5;
|
34
|
+
$box-2: #FFF68F;
|
35
|
+
$box-3: #FFF157;
|
36
|
+
$box-4: #FAE829;
|
37
|
+
|
38
|
+
// Naranjas
|
39
|
+
$warning-1: #FFEB99;
|
40
|
+
$warning-2: #FFE066;
|
41
|
+
$warning-3: #FFD324;
|
42
|
+
$warning-4: #FFC005;
|
43
|
+
|
44
|
+
// Rojos
|
45
|
+
$error-1: #F96F5D;
|
46
|
+
$error-2: #F7432C;
|
47
|
+
$error-3: #EB1B00;
|
48
|
+
$error-4: #DB1C00;
|
49
|
+
|
50
|
+
// Social
|
51
|
+
$fb-color: #3664A2;
|
52
|
+
$fb-color-hover: #4B7EC2;
|
53
|
+
$fb-color-active: #2B4F80;
|
54
|
+
$gp-color: #DF4931;
|
55
|
+
$gp-color-hover: #E46852;
|
56
|
+
$gp-color-active: #BE371F;
|
metadata
ADDED
@@ -0,0 +1,60 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: EVA-UI
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.2
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Marcos Sanchez
|
8
|
+
- Alejandro Manza
|
9
|
+
autorequire:
|
10
|
+
bindir: bin
|
11
|
+
cert_chain: []
|
12
|
+
date: 2016-03-09 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
15
|
+
name: compass
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
17
|
+
requirements:
|
18
|
+
- - '>='
|
19
|
+
- !ruby/object:Gem::Version
|
20
|
+
version: 0.12.1
|
21
|
+
type: :runtime
|
22
|
+
prerelease: false
|
23
|
+
version_requirements: !ruby/object:Gem::Requirement
|
24
|
+
requirements:
|
25
|
+
- - '>='
|
26
|
+
- !ruby/object:Gem::Version
|
27
|
+
version: 0.12.1
|
28
|
+
description: EVA Gem
|
29
|
+
email: marsanchez@despegar.com
|
30
|
+
executables: []
|
31
|
+
extensions: []
|
32
|
+
extra_rdoc_files: []
|
33
|
+
files:
|
34
|
+
- lib/eva-ui.rb
|
35
|
+
- stylesheets/_colous.scss
|
36
|
+
homepage: http://rubygems.org/gems/eva-ui
|
37
|
+
licenses:
|
38
|
+
- MIT
|
39
|
+
metadata: {}
|
40
|
+
post_install_message:
|
41
|
+
rdoc_options: []
|
42
|
+
require_paths:
|
43
|
+
- lib
|
44
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
45
|
+
requirements:
|
46
|
+
- - '>='
|
47
|
+
- !ruby/object:Gem::Version
|
48
|
+
version: '0'
|
49
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
50
|
+
requirements:
|
51
|
+
- - '>='
|
52
|
+
- !ruby/object:Gem::Version
|
53
|
+
version: '0'
|
54
|
+
requirements: []
|
55
|
+
rubyforge_project:
|
56
|
+
rubygems_version: 2.0.14
|
57
|
+
signing_key:
|
58
|
+
specification_version: 4
|
59
|
+
summary: EVA
|
60
|
+
test_files: []
|