articulate_ui 0.0.9 → 0.0.10

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b7e2f2c207a1a1e6f7ca0b075da1f9f28055469b
4
- data.tar.gz: 0a6f133e91f48d74c17307b58be7846a407aa6f3
3
+ metadata.gz: eabbbe6d105d03e58a286202f5c9b4f46855e579
4
+ data.tar.gz: 1b34663aa1d346f9678679c4f5168528bd75a913
5
5
  SHA512:
6
- metadata.gz: 708f9980f68110d2943a10ce04e6785f677237ac2a30c444a47db53af160d61ac73142fde7c4872a288ce5dddcb88227f2aa17ac24ae96acf0464e0f90a63496
7
- data.tar.gz: 7946d8e10aa1f512ee46d9419e9148a9f818a18206eec4779f84d3c6ac016e18da08ce9221ac2b98dbcb8c11525bb1a41e0509c59e01ce2e2d7865b7879766de
6
+ metadata.gz: 53d6762c466f24f2429745236fb58cda262675ffa95911e92a1fa6dcdb3ec837128cd648ac670e2516a757e15f3b001a73c0fe378006987f24f9625b3030cab6
7
+ data.tar.gz: 66b25a3def9ae6dc0d4704e60a8e2efbdff28eccc670a0f9ade67ae425cbf684d56fb43cb0ac8a7694deb21f76a903edb30ccbf371c0dcd2744470e450bca3e7
@@ -0,0 +1,11 @@
1
+ .art-btn, .art-btn:visited, .art-btn:active, .art-btn:focus{
2
+ color: #228DFF;
3
+ background: none; /* Override Pure's default CSS background */
4
+ border: 1px solid #228DFF;
5
+ border-radius: 100000px; /* An absolute pixel value must be provided in order to get "pill" looking rounded corners */
6
+ /* We intentionally do not override box-shadow, because the one that Pure provides is pretty */
7
+ }
8
+ .art-btn:hover{
9
+ color:white;
10
+ background:#228DFF;
11
+ }
@@ -0,0 +1,6 @@
1
+ .art_blue{
2
+ background-color: #228DFF;
3
+ }
4
+ .art_darker_blue{
5
+ background-color: #4689D7;
6
+ }
@@ -0,0 +1,9 @@
1
+ h1{
2
+ font-family: 'Khula', sans-serif;
3
+ font-weight: 700;
4
+ font-size: 3.25em;
5
+ }
6
+ a{
7
+ color: #4689D7;
8
+ text-decoration: none;
9
+ }
@@ -1,3 +1,3 @@
1
1
  module ArticulateUi
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: articulate_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jerzy J. Gangi
@@ -38,6 +38,9 @@ files:
38
38
  - app/assets/javascripts/articulate_ui/backbone.js
39
39
  - app/assets/javascripts/articulate_ui/underscore.js
40
40
  - app/assets/stylesheets/articulate_ui/articulate.css
41
+ - app/assets/stylesheets/articulate_ui/buttons.css
42
+ - app/assets/stylesheets/articulate_ui/colors.css
43
+ - app/assets/stylesheets/articulate_ui/elements.css
41
44
  - app/assets/stylesheets/articulate_ui/normalize.css
42
45
  - app/assets/stylesheets/articulate_ui/pure.css
43
46
  - config/routes.rb