Skip to content

Commit

Permalink
Run grunt.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Feb 4, 2015
1 parent cb953d5 commit 2a219e7
Show file tree
Hide file tree
Showing 12 changed files with 276 additions and 674 deletions.
73 changes: 12 additions & 61 deletions dist/css/ratchet-theme-android.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/

body {
font-family: "Roboto", sans-serif;
font-family: 'Roboto', sans-serif;
font-size: 18px;
line-height: 22px;
color: #222;
Expand Down Expand Up @@ -72,7 +72,7 @@ a:active {
}
.btn-primary:active, .btn-primary.active {
color: #fff;
background-color: #1a9bcb;
background-color: #1a9bcb;
border: 0;
}

Expand Down Expand Up @@ -185,9 +185,7 @@ a:active {
.bar.bar-footer-secondary-tab {
bottom: 50px;
}
.bar .bar-footer,
.bar .bar-footer-secondary,
.bar .bar-footer-secondary-tab {
.bar .bar-footer, .bar .bar-footer-secondary, .bar .bar-footer-secondary-tab {
border-top: 1px solid #b1b1b1;
border-bottom: 0;
-webkit-box-shadow: inset 0 -2px 0 #33b5e5;
Expand Down Expand Up @@ -333,50 +331,11 @@ a:active {
border-bottom: 2px solid #a9a9a9;
}

.table-view-cell .navigate-left > .btn,
.table-view-cell .navigate-left > .badge,
.table-view-cell .navigate-left > .toggle,
.table-view-cell .navigate-right > .btn,
.table-view-cell .navigate-right > .badge,
.table-view-cell .navigate-right > .toggle,
.table-view-cell .push-left > .btn,
.table-view-cell .push-left > .badge,
.table-view-cell .push-left > .toggle,
.table-view-cell .push-right > .btn,
.table-view-cell .push-right > .badge,
.table-view-cell .push-right > .toggle,
.table-view-cell > a .navigate-left > .btn,
.table-view-cell > a .navigate-left > .badge,
.table-view-cell > a .navigate-left > .toggle,
.table-view-cell > a .navigate-right > .btn,
.table-view-cell > a .navigate-right > .badge,
.table-view-cell > a .navigate-right > .toggle,
.table-view-cell > a .push-left > .btn,
.table-view-cell > a .push-left > .badge,
.table-view-cell > a .push-left > .toggle,
.table-view-cell > a .push-right > .btn,
.table-view-cell > a .push-right > .badge,
.table-view-cell > a .push-right > .toggle {
.table-view-cell .navigate-left > .btn, .table-view-cell .navigate-left > .badge, .table-view-cell .navigate-left > .toggle, .table-view-cell .navigate-right > .btn, .table-view-cell .navigate-right > .badge, .table-view-cell .navigate-right > .toggle, .table-view-cell .push-left > .btn, .table-view-cell .push-left > .badge, .table-view-cell .push-left > .toggle, .table-view-cell .push-right > .btn, .table-view-cell .push-right > .badge, .table-view-cell .push-right > .toggle, .table-view-cell > a .navigate-left > .btn, .table-view-cell > a .navigate-left > .badge, .table-view-cell > a .navigate-left > .toggle, .table-view-cell > a .navigate-right > .btn, .table-view-cell > a .navigate-right > .badge, .table-view-cell > a .navigate-right > .toggle, .table-view-cell > a .push-left > .btn, .table-view-cell > a .push-left > .badge, .table-view-cell > a .push-left > .toggle, .table-view-cell > a .push-right > .btn, .table-view-cell > a .push-right > .badge, .table-view-cell > a .push-right > .toggle {
right: 15px;
}

select,
textarea,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="color"],
.input-group {
select, textarea, input[type="text"], input[type="search"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="tel"], input[type="color"], .input-group {
height: 40px;
padding: 10px 15px;
border: 1px solid rgba(0, 0, 0, .2);
Expand All @@ -388,9 +347,7 @@ input[type="search"] {
border-radius: 2px;
}

select,
textarea,
.input-group {
select, textarea, .input-group {
height: auto;
}

Expand Down Expand Up @@ -566,31 +523,27 @@ textarea,
color: #fff;
}

.navigate-left:after,
.push-left:after {
.navigate-left:after, .push-left:after {
content: '';
}

.navigate-right:after,
.push-right:after {
.navigate-right:after, .push-right:after {
content: '';
}

.icon-caret:before {
content: '\e800';
}

.icon-down:before,
.icon-down-nav:before {
.icon-down:before, .icon-down-nav:before {
content: '\e801';
}

.icon-download:before {
content: '\e802';
}

.icon-left:before,
.icon-left-nav:before {
.icon-left:before, .icon-left-nav:before {
content: '\e803';
}

Expand All @@ -602,8 +555,7 @@ textarea,
content: '\e805';
}

.icon-right:before,
.icon-right-nav:before {
.icon-right:before, .icon-right-nav:before {
content: '\e806';
}

Expand All @@ -615,7 +567,6 @@ textarea,
content: '\e808';
}

.icon-up:before,
.icon-up-nav:before {
.icon-up:before, .icon-up-nav:before {
content: '\e809';
}
65 changes: 23 additions & 42 deletions dist/css/ratchet-theme-ios.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,11 @@ a:active {
background-color: #efeff4;
}

.h5, h5,
.h6, h6,
p {
.h5, h5, .h6, h6, p {
color: #8f8f94;
}

.h5, h5,
.h6, h6 {
.h5, h5, .h6, h6 {
font-weight: normal;
text-transform: uppercase;
}
Expand All @@ -38,7 +35,7 @@ p {
-webkit-transition: all;
transition: all;
-webkit-transition-timing-function: linear;
transition-timing-function: linear;
transition-timing-function: linear;
-webkit-transition-duration: .2s;
transition-duration: .2s;
}
Expand Down Expand Up @@ -192,14 +189,14 @@ p {

.table-view {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='1'><rect fill='#c8c7cc' x='0' y='0' width='100%' height='0.5'/></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='1'><rect fill='#c8c7cc' x='0' y='0' width='100%' height='0.5'/></svg>");
background-repeat: no-repeat;
background-repeat: no-repeat;
background-position: 0 100%, 0 0;
border-top: 0;
border-bottom: 0;
}
.table-view .table-view-cell {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='1'><rect fill='#c8c7cc' x='0' y='0' width='100%' height='0.5'/></svg>");
background-repeat: no-repeat;
background-repeat: no-repeat;
background-position: 15px 100%;
border-bottom: 0;
}
Expand All @@ -211,29 +208,13 @@ p {
}
.table-view .table-view-divider {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='1'><rect fill='#c8c7cc' x='0' y='0' width='100%' height='0.5'/></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='1'><rect fill='#c8c7cc' x='0' y='0' width='100%' height='0.5'/></svg>");
background-repeat: no-repeat;
background-repeat: no-repeat;
background-position: 0 100%, 0 0;
border-top: 0;
border-bottom: 0;
}

select,
textarea,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="color"],
.input-group {
select, textarea, input[type="text"], input[type="search"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="tel"], input[type="color"], .input-group {
height: 40px;
padding: 10px 15px;
border: 1px solid rgba(0, 0, 0, .2);
Expand All @@ -251,23 +232,21 @@ input[type="search"]:focus {
text-align: left;
}

select,
textarea,
.input-group {
select, textarea, .input-group {
height: auto;
}

.input-group {
padding: 0;
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='1'><rect fill='#c8c7cc' x='0' y='0' width='100%' height='0.5'/></svg>"), url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='1'><rect fill='#c8c7cc' x='0' y='0' width='100%' height='0.5'/></svg>");
background-repeat: no-repeat;
background-repeat: no-repeat;
background-position: 0 100%, 0 0;
border: 0;
}

.input-group input {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='1'><rect fill='#c8c7cc' x='0' y='0' width='100%' height='0.5'/></svg>");
background-repeat: no-repeat;
background-repeat: no-repeat;
background-position: 15px 100%;
border: 0;
}
Expand All @@ -278,13 +257,12 @@ textarea,

.input-row {
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='1'><rect fill='#c8c7cc' x='0' y='0' width='100%' height='0.5'/></svg>");
background-repeat: no-repeat;
background-repeat: no-repeat;
background-position: 15px 100%;
border-bottom: 0;
}

.input-row:last-child,
.input-row label + input {
.input-row:last-child, .input-row label + input {
background-image: none;
}

Expand Down Expand Up @@ -387,13 +365,13 @@ textarea,
border: 2px solid #e6e6e6;
box-shadow: inset 0 0 0 0 #e1e1e1;
-webkit-transition-duration: .2s;
transition-duration: .2s;
transition-duration: .2s;
-webkit-transition-property: box-shadow, border;
transition-property: box-shadow, border;
}
.toggle .toggle-handle {
border: 1px solid rgba(0, 0, 0, .2);
box-shadow: 0 3px 3px rgba(0, 0, 0, .08);
box-shadow: 0 3px 3px rgba(0, 0, 0, .08);
-webkit-transition-property: -webkit-transform, border, width;
transition-property: transform, border, width;
}
Expand Down Expand Up @@ -436,11 +414,14 @@ textarea,
transform: translate3d(-20%, 0, 0);
}

@-webkit-keyframes fadeOverlay {
from {
box-shadow: 0 0 10px transparent, -320px 0 0 transparent;
}
to {
box-shadow: 0 0 10px rgba(0, 0, 0, .3), -320px 0 0 rgba(0, 0, 0, .1);
@at-root {
@-webkit-keyframes fadeOverlay {
from {
box-shadow: 0 0 10px rgba(0, 0, 0, 0), -320px 0 0 rgba(0, 0, 0, 0);
}

to {
box-shadow: 0 0 10px rgba(0, 0, 0, .3), -320px 0 0 rgba(0, 0, 0, .1);
}
}
}
2 changes: 1 addition & 1 deletion dist/css/ratchet-theme-ios.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 2a219e7

Please sign in to comment.