From 56d9f7d3815c9561eb90099752b2039388455599 Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Sat, 30 Jul 2016 16:07:03 +0100 Subject: [PATCH] Add repo link to demo page --- assets/styles/css/base.css | 5 +++++ assets/styles/css/base.min.css | 2 +- assets/styles/scss/base.scss | 6 ++++++ index.html | 1 + 4 files changed, 13 insertions(+), 1 deletion(-) diff --git a/assets/styles/css/base.css b/assets/styles/css/base.css index cfeae13..151e866 100644 --- a/assets/styles/css/base.css +++ b/assets/styles/css/base.css @@ -38,6 +38,11 @@ h1, h2, h3, h4, h5, h6 { font-weight: 400; line-height: 1.2; } +a, a:visited, a:focus { + color: #00bcd4; + text-decoration: none; + font-weight: bolder; } + h1, .h1 { font-size: 3.2rem; } diff --git a/assets/styles/css/base.min.css b/assets/styles/css/base.min.css index 085de9b..afbdec1 100644 --- a/assets/styles/css/base.min.css +++ b/assets/styles/css/base.min.css @@ -1 +1 @@ -*,:after,:before{box-sizing:border-box}body,html{margin:0;height:100%;widows:100%}html{font-size:62.5%}body{background-color:#333;font-family:"Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;font-size:1.6rem;line-height:1.4;color:#fff}hr,label{display:block}label{margin-bottom:.8rem;font-size:1.4rem;font-weight:500}hr{margin:3.6rem 0;border:0;border-bottom:1px solid #eaeaea;height:1px}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:1.2rem;font-weight:400;line-height:1.2}.h1,h1{font-size:3.2rem}.h2,h2{font-size:2.4rem}.h3,h3{font-size:2rem}.h4,h4{font-size:1.8rem}.h5,h5{font-size:1.6rem}.h6,h6{font-size:1.4rem}.container{display:block;margin:auto;max-width:35em;padding:2.4rem}.section{background-color:#fff;padding:2.4rem;color:#333}.section>:last-child,.section>:last-child>:last-child,.section>:last-child>:last-child>:last-child{margin-bottom:0} \ No newline at end of file +*,:after,:before{box-sizing:border-box}body,html{margin:0;height:100%;widows:100%}html{font-size:62.5%}body{background-color:#333;font-family:"Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;font-size:1.6rem;line-height:1.4;color:#fff}hr,label{display:block}label{margin-bottom:.8rem;font-size:1.4rem;font-weight:500}hr{margin:3.6rem 0;border:0;border-bottom:1px solid #eaeaea;height:1px}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:1.2rem;font-weight:400;line-height:1.2}a,a:focus,a:visited{color:#00bcd4;text-decoration:none;font-weight:bolder}.h1,h1{font-size:3.2rem}.h2,h2{font-size:2.4rem}.h3,h3{font-size:2rem}.h4,h4{font-size:1.8rem}.h5,h5{font-size:1.6rem}.h6,h6{font-size:1.4rem}.container{display:block;margin:auto;max-width:35em;padding:2.4rem}.section{background-color:#fff;padding:2.4rem;color:#333}.section>:last-child,.section>:last-child>:last-child,.section>:last-child>:last-child>:last-child{margin-bottom:0} \ No newline at end of file diff --git a/assets/styles/scss/base.scss b/assets/styles/scss/base.scss index 482e520..933594f 100644 --- a/assets/styles/scss/base.scss +++ b/assets/styles/scss/base.scss @@ -54,6 +54,12 @@ h1, h2, h3, h4, h5, h6 { line-height: 1.2; } +a, a:visited, a:focus { + color: #00bcd4; + text-decoration: none; + font-weight: bolder; +} + h1, .h1 { font-size: $global-font-size-h1; } h2, .h2 { font-size: $global-font-size-h2; } h3, .h3 { font-size: $global-font-size-h3; } diff --git a/index.html b/index.html index 647d1b9..07fd312 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,7 @@

Choices

A lightweight, configurable select box/text input plugin. Similar to Select2 and Selectize but without the jQuery dependency.

+

For all config options, visit https://github.com/jshjohnson/Choices

Text inputs