Browse Source

Build.

pull/231/head
connors 11 years ago
parent
commit
2bca1eb8ad
  1. 40
      dist/ratchet.css
  2. 16
      dist/ratchet.js
  3. 16
      dist/theme-classic.css
  4. 2
      lib/sass/ratchet.scss

40
dist/ratchet.css vendored

@ -1,12 +1,12 @@
/* /*
* ===================================================== * =====================================================
* Ratchet v2.0.0 * Ratchet v2.0.0
* Copyright 2013 Connor Sears, Dave Gamache, and Jacob Thornton * Copyright 2013 Connor Sears, Dave Gamache, and Jacob Thornton
* Licensed under http://www.opensource.org/licenses/MIT * Licensed under http://www.opensource.org/licenses/MIT
* *
* Designed and built by @connors, @dhg, and @fat. * Designed and built by @connors, @dhg, and @fat.
* ===================================================== * =====================================================
*/ */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */ /*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article, article,
@ -788,11 +788,11 @@ input[type="button"] {
transform: rotate(-45deg); transform: rotate(-45deg);
} }
[class*="count"] { [class*="badge"] {
display: inline-block; display: inline-block;
color: #929292; color: #929292;
} }
[class*="count"].count-filled { [class*="badge"].badge-filled {
padding: 2px 9px; padding: 2px 9px;
color: #fff; color: #fff;
font-size: 13px; font-size: 13px;
@ -801,40 +801,40 @@ input[type="button"] {
border-radius: 100px; border-radius: 100px;
} }
.count-primary { .badge-primary {
color: #007aff; color: #007aff;
} }
.count-primary.count-filled { .badge-primary.badge-filled {
background-color: #007aff; background-color: #007aff;
} }
.count-positive { .badge-positive {
color: #4cd964; color: #4cd964;
} }
.count-positive.count-filled { .badge-positive.badge-filled {
background-color: #4cd964; background-color: #4cd964;
} }
.count-negative { .badge-negative {
color: #dd524d; color: #dd524d;
} }
.count-negative.count-filled { .badge-negative.badge-filled {
background-color: #dd524d; background-color: #dd524d;
} }
[class*="button"] [class*="count"] { [class*="button"] [class*="badge"] {
font-size: 12px; font-size: 12px;
padding-top: 2px; padding-top: 2px;
padding-bottom: 2px; padding-bottom: 2px;
margin: -2px -4px -2px 4px; margin: -2px -4px -2px 4px;
} }
.button-filled .count-filled, .button-filled .badge-filled,
[class*="button"]:active .count-filled { [class*="button"]:active .badge-filled {
background-color: rgba(0, 0, 0, 0.2); background-color: rgba(0, 0, 0, 0.2);
} }
.button-block [class*="count"] { .button-block [class*="badge"] {
position: absolute; position: absolute;
right: 0; right: 0;
margin-right: 10px; margin-right: 10px;

16
dist/ratchet.js vendored

@ -1,12 +1,12 @@
/* /*
* ===================================================== * =====================================================
* Ratchet v2.0.0 * Ratchet v2.0.0
* Copyright 2013 Connor Sears, Dave Gamache, and Jacob Thornton * Copyright 2013 Connor Sears, Dave Gamache, and Jacob Thornton
* Licensed under http://www.opensource.org/licenses/MIT * Licensed under http://www.opensource.org/licenses/MIT
* *
* Designed and built by @connors, @dhg, and @fat. * Designed and built by @connors, @dhg, and @fat.
* ===================================================== * =====================================================
*/ */
/* ---------------------------------- /* ----------------------------------
* MODAL v1.0.0 * MODAL v1.0.0
* Licensed under The MIT License * Licensed under The MIT License

16
dist/theme-classic.css vendored

@ -1,12 +1,12 @@
/* /*
* ===================================================== * =====================================================
* Ratchet v2.0.0 * Ratchet v2.0.0
* Copyright 2013 Connor Sears, Dave Gamache, and Jacob Thornton * Copyright 2013 Connor Sears, Dave Gamache, and Jacob Thornton
* Licensed under http://www.opensource.org/licenses/MIT * Licensed under http://www.opensource.org/licenses/MIT
* *
* Designed and built by @connors, @dhg, and @fat. * Designed and built by @connors, @dhg, and @fat.
* ===================================================== * =====================================================
*/ */
.bar-header-secondary ~ .content { .bar-header-secondary ~ .content {
padding-top: 108px; padding-top: 108px;

2
lib/sass/ratchet.scss

@ -15,7 +15,7 @@
@import "forms.scss"; @import "forms.scss";
@import "buttons.scss"; @import "buttons.scss";
@import "chevrons.scss"; @import "chevrons.scss";
@import "counts.scss"; @import "badges.scss";
@import "segmented-controllers.scss"; @import "segmented-controllers.scss";
@import "popovers.scss"; @import "popovers.scss";

Loading…
Cancel
Save