footer 1px border-top

This commit is contained in:
Adam Bradley
2013-10-29 12:57:55 -05:00
parent 599dd732d4
commit 4649b05ffd
6 changed files with 884 additions and 1062 deletions

View File

@ -182,7 +182,7 @@ sub {
fieldset {
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
border: 1px solid silver; }
border: 1px solid #c0c0c0; }
/**
* 1. Correct `color` not being inherited in IE 8/9.
@ -576,64 +576,56 @@ a.subdued {
color: #fff; }
.bar.bar-default {
background-color: rgba(255, 255, 255, 0.9);
border-top-color: transparent;
border-bottom-color: #dddddd;
border-color: #dddddd;
background-image: linear-gradient(0deg, #dddddd, #dddddd 50%, transparent 50%);
color: #333333; }
.bar.bar-default .title {
color: #333333; }
.bar.bar-secondary {
background-color: rgba(245, 245, 245, 0.9);
border-top-color: transparent;
border-bottom-color: #bbbbbb;
border-color: #bbbbbb;
background-image: linear-gradient(0deg, #bbbbbb, #bbbbbb 50%, transparent 50%);
color: #333333; }
.bar.bar-secondary .title {
color: #333333; }
.bar.bar-primary {
background-color: rgba(74, 135, 238, 0.9);
border-top-color: transparent;
border-bottom-color: #3b6dc2;
border-color: #3b6dc2;
background-image: linear-gradient(0deg, #3b6dc2, #3b6dc2 50%, transparent 50%);
color: white; }
.bar.bar-primary .title {
color: white; }
.bar.bar-info {
background-color: rgba(67, 206, 230, 0.9);
border-top-color: transparent;
border-bottom-color: #3bb3c8;
border-color: #3bb3c8;
background-image: linear-gradient(0deg, #3bb3c8, #3bb3c8 50%, transparent 50%);
color: white; }
.bar.bar-info .title {
color: white; }
.bar.bar-success {
background-color: rgba(102, 204, 51, 0.9);
border-top-color: transparent;
border-bottom-color: #5bb22f;
border-color: #5bb22f;
background-image: linear-gradient(0deg, #5bb22f, #5bb22f 50%, transparent 50%);
color: white; }
.bar.bar-success .title {
color: white; }
.bar.bar-warning {
background-color: rgba(240, 184, 64, 0.9);
border-top-color: transparent;
border-bottom-color: #d29f31;
border-color: #d29f31;
background-image: linear-gradient(0deg, #d29f31, #d29f31 50%, transparent 50%);
color: white; }
.bar.bar-warning .title {
color: white; }
.bar.bar-danger {
background-color: rgba(239, 78, 58, 0.9);
border-top-color: transparent;
border-bottom-color: #c73927;
border-color: #c73927;
background-image: linear-gradient(0deg, #c73927, #c73927 50%, transparent 50%);
color: white; }
.bar.bar-danger .title {
color: white; }
.bar.bar-dark {
background-color: rgba(68, 68, 68, 0.9);
border-top-color: transparent;
border-bottom-color: #111111;
border-color: #111111;
background-image: linear-gradient(0deg, #111111, #111111 50%, transparent 50%);
color: white; }
.bar.bar-dark .title {
@ -817,7 +809,9 @@ a.subdued {
font-size: 17px; }
.bar-header {
top: 0; }
top: 0;
border-top-width: 0;
border-bottom-width: 1px; }
.bar-footer {
bottom: 0;
@ -1025,12 +1019,6 @@ a.subdued {
z-index: 2; }
.item.active .item-heading, .item.active:hover .item-heading, .item.active:focus .item-heading {
color: inherit; }
.item.item-default {
/*
color: $color;
background-color: $bgColor;
border-color: $borderColor;
*/ }
.item.item-default.active, .item.item-default:active {
color: #333333;
background-color: white;
@ -1038,12 +1026,6 @@ a.subdued {
.item.item-default.active .list-item-content, .item.item-default:active .list-item-content {
background-color: white;
color: #333333; }
.item.item-secondary {
/*
color: $color;
background-color: $bgColor;
border-color: $borderColor;
*/ }
.item.item-secondary.active, .item.item-secondary:active {
color: #333333;
background-color: white;
@ -1051,12 +1033,6 @@ a.subdued {
.item.item-secondary.active .list-item-content, .item.item-secondary:active .list-item-content {
background-color: white;
color: #333333; }
.item.item-primary {
/*
color: $color;
background-color: $bgColor;
border-color: $borderColor;
*/ }
.item.item-primary.active, .item.item-primary:active {
color: white;
background-color: #4a87ee;
@ -1064,12 +1040,6 @@ a.subdued {
.item.item-primary.active .list-item-content, .item.item-primary:active .list-item-content {
background-color: #4a87ee;
color: white; }
.item.item-info {
/*
color: $color;
background-color: $bgColor;
border-color: $borderColor;
*/ }
.item.item-info.active, .item.item-info:active {
color: white;
background-color: #43cee6;
@ -1077,12 +1047,6 @@ a.subdued {
.item.item-info.active .list-item-content, .item.item-info:active .list-item-content {
background-color: #43cee6;
color: white; }
.item.item-success {
/*
color: $color;
background-color: $bgColor;
border-color: $borderColor;
*/ }
.item.item-success.active, .item.item-success:active {
color: white;
background-color: #66cc33;
@ -1090,12 +1054,6 @@ a.subdued {
.item.item-success.active .list-item-content, .item.item-success:active .list-item-content {
background-color: #66cc33;
color: white; }
.item.item-warning {
/*
color: $color;
background-color: $bgColor;
border-color: $borderColor;
*/ }
.item.item-warning.active, .item.item-warning:active {
color: white;
background-color: #f0b840;
@ -1103,12 +1061,6 @@ a.subdued {
.item.item-warning.active .list-item-content, .item.item-warning:active .list-item-content {
background-color: #f0b840;
color: white; }
.item.item-danger {
/*
color: $color;
background-color: $bgColor;
border-color: $borderColor;
*/ }
.item.item-danger.active, .item.item-danger:active {
color: white;
background-color: #ef4e3a;
@ -1116,12 +1068,6 @@ a.subdued {
.item.item-danger.active .list-item-content, .item.item-danger:active .list-item-content {
background-color: #ef4e3a;
color: white; }
.item.item-dark {
/*
color: $color;
background-color: $bgColor;
border-color: $borderColor;
*/ }
.item.item-dark.active, .item.item-dark:active {
color: white;
background-color: #444444;
@ -1683,7 +1629,7 @@ input[type="file"] {
line-height: 34px; }
select {
border: 1px solid #cccccc;
border: 1px solid #ccc;
background-color: white; }
select[multiple],
@ -1755,7 +1701,7 @@ input[type="checkbox"][readonly] {
right: 20px;
transition: 0.2s ease;
transition-property: left, right;
transition-delay: 0s, 0.05s; }
transition-delay: 0s, .05s; }
.toggle :checked + .track {
/* When the toggle is "on" */
@ -1770,7 +1716,7 @@ input[type="checkbox"][readonly] {
right: 0;
left: 20px;
-webkit-transform: none;
transition-delay: 0.05s, 0s; }
transition-delay: .05s, 0s; }
.item-radio {
padding: 0; }
@ -2055,7 +2001,7 @@ input[type="range"] {
.button.button-icon:active, .button.button-icon.active {
background: none;
box-shadow: none;
text-shadow: 0px 0px 10px white; }
text-shadow: 0px 0px 10px #fff; }
.button.block, .button.button-full {
margin-top: 10px;
margin-bottom: 10px; }
@ -2413,9 +2359,9 @@ a.button {
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-animation: spin 0.75s linear infinite;
-moz-animation: spin 0.75s linear infinite;
animation: spin 0.75s linear infinite; }
-webkit-animation: spin .75s linear infinite;
-moz-animation: spin .75s linear infinite;
animation: spin .75s linear infinite; }
.icon-loading:before {
content: "\e144"; }
@ -2428,9 +2374,9 @@ a.button {
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-animation: spin 0.75s linear infinite;
-moz-animation: spin 0.75s linear infinite;
animation: spin 0.75s linear infinite; }
-webkit-animation: spin .75s linear infinite;
-moz-animation: spin .75s linear infinite;
animation: spin .75s linear infinite; }
.icon-refreshing:before {
content: "\e144"; }

View File

@ -1028,7 +1028,7 @@
.ionic fieldset {
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
border: 1px solid silver; }
border: 1px solid #c0c0c0; }
.ionic legend {
padding: 0;
/* 2 */
@ -1342,64 +1342,56 @@
color: #fff; }
.ionic .bar.bar-default {
background-color: rgba(255, 255, 255, 0.9);
border-top-color: transparent;
border-bottom-color: #dddddd;
border-color: #dddddd;
background-image: linear-gradient(0deg, #dddddd, #dddddd 50%, transparent 50%);
color: #333333; }
.ionic .bar.bar-default .title {
color: #333333; }
.ionic .bar.bar-secondary {
background-color: rgba(245, 245, 245, 0.9);
border-top-color: transparent;
border-bottom-color: #bbbbbb;
border-color: #bbbbbb;
background-image: linear-gradient(0deg, #bbbbbb, #bbbbbb 50%, transparent 50%);
color: #333333; }
.ionic .bar.bar-secondary .title {
color: #333333; }
.ionic .bar.bar-primary {
background-color: rgba(74, 135, 238, 0.9);
border-top-color: transparent;
border-bottom-color: #3b6dc2;
border-color: #3b6dc2;
background-image: linear-gradient(0deg, #3b6dc2, #3b6dc2 50%, transparent 50%);
color: white; }
.ionic .bar.bar-primary .title {
color: white; }
.ionic .bar.bar-info {
background-color: rgba(67, 206, 230, 0.9);
border-top-color: transparent;
border-bottom-color: #3bb3c8;
border-color: #3bb3c8;
background-image: linear-gradient(0deg, #3bb3c8, #3bb3c8 50%, transparent 50%);
color: white; }
.ionic .bar.bar-info .title {
color: white; }
.ionic .bar.bar-success {
background-color: rgba(102, 204, 51, 0.9);
border-top-color: transparent;
border-bottom-color: #5bb22f;
border-color: #5bb22f;
background-image: linear-gradient(0deg, #5bb22f, #5bb22f 50%, transparent 50%);
color: white; }
.ionic .bar.bar-success .title {
color: white; }
.ionic .bar.bar-warning {
background-color: rgba(240, 184, 64, 0.9);
border-top-color: transparent;
border-bottom-color: #d29f31;
border-color: #d29f31;
background-image: linear-gradient(0deg, #d29f31, #d29f31 50%, transparent 50%);
color: white; }
.ionic .bar.bar-warning .title {
color: white; }
.ionic .bar.bar-danger {
background-color: rgba(239, 78, 58, 0.9);
border-top-color: transparent;
border-bottom-color: #c73927;
border-color: #c73927;
background-image: linear-gradient(0deg, #c73927, #c73927 50%, transparent 50%);
color: white; }
.ionic .bar.bar-danger .title {
color: white; }
.ionic .bar.bar-dark {
background-color: rgba(68, 68, 68, 0.9);
border-top-color: transparent;
border-bottom-color: #111111;
border-color: #111111;
background-image: linear-gradient(0deg, #111111, #111111 50%, transparent 50%);
color: white; }
.ionic .bar.bar-dark .title {
@ -1574,7 +1566,9 @@
box-shadow: none;
font-size: 17px; }
.ionic .bar-header {
top: 0; }
top: 0;
border-top-width: 0;
border-bottom-width: 1px; }
.ionic .bar-footer {
bottom: 0;
border-top-width: 1px;
@ -1754,12 +1748,6 @@
z-index: 2; }
.ionic .item.active .item-heading, .ionic .item.active:hover .item-heading, .ionic .item.active:focus .item-heading {
color: inherit; }
.ionic .item.item-default {
/*
color: $color;
background-color: $bgColor;
border-color: $borderColor;
*/ }
.ionic .item.item-default.active, .ionic .item.item-default:active {
color: #333333;
background-color: white;
@ -1767,12 +1755,6 @@
.ionic .item.item-default.active .list-item-content, .ionic .item.item-default:active .list-item-content {
background-color: white;
color: #333333; }
.ionic .item.item-secondary {
/*
color: $color;
background-color: $bgColor;
border-color: $borderColor;
*/ }
.ionic .item.item-secondary.active, .ionic .item.item-secondary:active {
color: #333333;
background-color: white;
@ -1780,12 +1762,6 @@
.ionic .item.item-secondary.active .list-item-content, .ionic .item.item-secondary:active .list-item-content {
background-color: white;
color: #333333; }
.ionic .item.item-primary {
/*
color: $color;
background-color: $bgColor;
border-color: $borderColor;
*/ }
.ionic .item.item-primary.active, .ionic .item.item-primary:active {
color: white;
background-color: #4a87ee;
@ -1793,12 +1769,6 @@
.ionic .item.item-primary.active .list-item-content, .ionic .item.item-primary:active .list-item-content {
background-color: #4a87ee;
color: white; }
.ionic .item.item-info {
/*
color: $color;
background-color: $bgColor;
border-color: $borderColor;
*/ }
.ionic .item.item-info.active, .ionic .item.item-info:active {
color: white;
background-color: #43cee6;
@ -1806,12 +1776,6 @@
.ionic .item.item-info.active .list-item-content, .ionic .item.item-info:active .list-item-content {
background-color: #43cee6;
color: white; }
.ionic .item.item-success {
/*
color: $color;
background-color: $bgColor;
border-color: $borderColor;
*/ }
.ionic .item.item-success.active, .ionic .item.item-success:active {
color: white;
background-color: #66cc33;
@ -1819,12 +1783,6 @@
.ionic .item.item-success.active .list-item-content, .ionic .item.item-success:active .list-item-content {
background-color: #66cc33;
color: white; }
.ionic .item.item-warning {
/*
color: $color;
background-color: $bgColor;
border-color: $borderColor;
*/ }
.ionic .item.item-warning.active, .ionic .item.item-warning:active {
color: white;
background-color: #f0b840;
@ -1832,12 +1790,6 @@
.ionic .item.item-warning.active .list-item-content, .ionic .item.item-warning:active .list-item-content {
background-color: #f0b840;
color: white; }
.ionic .item.item-danger {
/*
color: $color;
background-color: $bgColor;
border-color: $borderColor;
*/ }
.ionic .item.item-danger.active, .ionic .item.item-danger:active {
color: white;
background-color: #ef4e3a;
@ -1845,12 +1797,6 @@
.ionic .item.item-danger.active .list-item-content, .ionic .item.item-danger:active .list-item-content {
background-color: #ef4e3a;
color: white; }
.ionic .item.item-dark {
/*
color: $color;
background-color: $bgColor;
border-color: $borderColor;
*/ }
.ionic .item.item-dark.active, .ionic .item.item-dark:active {
color: white;
background-color: #444444;
@ -2340,7 +2286,7 @@
.ionic input[type="file"] {
line-height: 34px; }
.ionic select {
border: 1px solid #cccccc;
border: 1px solid #ccc;
background-color: white; }
.ionic select[multiple],
.ionic select[size] {
@ -2389,7 +2335,7 @@
border-radius: 50%;
background: white;
content: ' ';
transition: background-color 0.1s ease-in-out; }
transition: background-color .1s ease-in-out; }
.ionic .checkbox input:after {
position: absolute;
top: 34%;
@ -2402,7 +2348,7 @@
border-right: 0;
content: ' ';
opacity: 0;
transition: opacity 0.05s ease-in-out;
transition: opacity .05s ease-in-out;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
.ionic .checkbox input:checked:before {
@ -2754,7 +2700,7 @@
.ionic .button.button-icon:active, .ionic .button.button-icon.active {
background: none;
box-shadow: none;
text-shadow: 0px 0px 10px white; }
text-shadow: 0px 0px 10px #fff; }
.ionic .button.block, .ionic .button.button-full {
margin-top: 10px;
margin-bottom: 10px; }
@ -3020,9 +2966,9 @@
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-animation: spin 0.75s linear infinite;
-moz-animation: spin 0.75s linear infinite;
animation: spin 0.75s linear infinite; }
-webkit-animation: spin .75s linear infinite;
-moz-animation: spin .75s linear infinite;
animation: spin .75s linear infinite; }
.ionic .icon-loading:before {
content: "\e144"; }
.ionic .icon-refreshing {
@ -3034,9 +2980,9 @@
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-animation: spin 0.75s linear infinite;
-moz-animation: spin 0.75s linear infinite;
animation: spin 0.75s linear infinite; }
-webkit-animation: spin .75s linear infinite;
-moz-animation: spin .75s linear infinite;
animation: spin .75s linear infinite; }
.ionic .icon-refreshing:before {
content: "\e144"; }
.ionic .hidden,

98
dist/css/ionic.css vendored
View File

@ -1261,7 +1261,7 @@ sub {
fieldset {
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
border: 1px solid silver; }
border: 1px solid #c0c0c0; }
/**
* 1. Correct `color` not being inherited in IE 8/9.
@ -1685,64 +1685,56 @@ a.subdued {
color: #fff; }
.bar.bar-default {
background-color: rgba(255, 255, 255, 0.9);
border-top-color: transparent;
border-bottom-color: #dddddd;
border-color: #dddddd;
background-image: linear-gradient(0deg, #dddddd, #dddddd 50%, transparent 50%);
color: #333333; }
.bar.bar-default .title {
color: #333333; }
.bar.bar-secondary {
background-color: rgba(245, 245, 245, 0.9);
border-top-color: transparent;
border-bottom-color: #bbbbbb;
border-color: #bbbbbb;
background-image: linear-gradient(0deg, #bbbbbb, #bbbbbb 50%, transparent 50%);
color: #333333; }
.bar.bar-secondary .title {
color: #333333; }
.bar.bar-primary {
background-color: rgba(74, 135, 238, 0.9);
border-top-color: transparent;
border-bottom-color: #3b6dc2;
border-color: #3b6dc2;
background-image: linear-gradient(0deg, #3b6dc2, #3b6dc2 50%, transparent 50%);
color: white; }
.bar.bar-primary .title {
color: white; }
.bar.bar-info {
background-color: rgba(67, 206, 230, 0.9);
border-top-color: transparent;
border-bottom-color: #3bb3c8;
border-color: #3bb3c8;
background-image: linear-gradient(0deg, #3bb3c8, #3bb3c8 50%, transparent 50%);
color: white; }
.bar.bar-info .title {
color: white; }
.bar.bar-success {
background-color: rgba(102, 204, 51, 0.9);
border-top-color: transparent;
border-bottom-color: #5bb22f;
border-color: #5bb22f;
background-image: linear-gradient(0deg, #5bb22f, #5bb22f 50%, transparent 50%);
color: white; }
.bar.bar-success .title {
color: white; }
.bar.bar-warning {
background-color: rgba(240, 184, 64, 0.9);
border-top-color: transparent;
border-bottom-color: #d29f31;
border-color: #d29f31;
background-image: linear-gradient(0deg, #d29f31, #d29f31 50%, transparent 50%);
color: white; }
.bar.bar-warning .title {
color: white; }
.bar.bar-danger {
background-color: rgba(239, 78, 58, 0.9);
border-top-color: transparent;
border-bottom-color: #c73927;
border-color: #c73927;
background-image: linear-gradient(0deg, #c73927, #c73927 50%, transparent 50%);
color: white; }
.bar.bar-danger .title {
color: white; }
.bar.bar-dark {
background-color: rgba(68, 68, 68, 0.9);
border-top-color: transparent;
border-bottom-color: #111111;
border-color: #111111;
background-image: linear-gradient(0deg, #111111, #111111 50%, transparent 50%);
color: white; }
.bar.bar-dark .title {
@ -1926,7 +1918,9 @@ a.subdued {
font-size: 17px; }
.bar-header {
top: 0; }
top: 0;
border-top-width: 0;
border-bottom-width: 1px; }
.bar-footer {
bottom: 0;
@ -2168,12 +2162,6 @@ a.subdued {
z-index: 2; }
.item.active .item-heading, .item.active:hover .item-heading, .item.active:focus .item-heading {
color: inherit; }
.item.item-default {
/*
color: $color;
background-color: $bgColor;
border-color: $borderColor;
*/ }
.item.item-default.active, .item.item-default:active {
color: #333333;
background-color: white;
@ -2181,12 +2169,6 @@ a.subdued {
.item.item-default.active .list-item-content, .item.item-default:active .list-item-content {
background-color: white;
color: #333333; }
.item.item-secondary {
/*
color: $color;
background-color: $bgColor;
border-color: $borderColor;
*/ }
.item.item-secondary.active, .item.item-secondary:active {
color: #333333;
background-color: white;
@ -2194,12 +2176,6 @@ a.subdued {
.item.item-secondary.active .list-item-content, .item.item-secondary:active .list-item-content {
background-color: white;
color: #333333; }
.item.item-primary {
/*
color: $color;
background-color: $bgColor;
border-color: $borderColor;
*/ }
.item.item-primary.active, .item.item-primary:active {
color: white;
background-color: #4a87ee;
@ -2207,12 +2183,6 @@ a.subdued {
.item.item-primary.active .list-item-content, .item.item-primary:active .list-item-content {
background-color: #4a87ee;
color: white; }
.item.item-info {
/*
color: $color;
background-color: $bgColor;
border-color: $borderColor;
*/ }
.item.item-info.active, .item.item-info:active {
color: white;
background-color: #43cee6;
@ -2220,12 +2190,6 @@ a.subdued {
.item.item-info.active .list-item-content, .item.item-info:active .list-item-content {
background-color: #43cee6;
color: white; }
.item.item-success {
/*
color: $color;
background-color: $bgColor;
border-color: $borderColor;
*/ }
.item.item-success.active, .item.item-success:active {
color: white;
background-color: #66cc33;
@ -2233,12 +2197,6 @@ a.subdued {
.item.item-success.active .list-item-content, .item.item-success:active .list-item-content {
background-color: #66cc33;
color: white; }
.item.item-warning {
/*
color: $color;
background-color: $bgColor;
border-color: $borderColor;
*/ }
.item.item-warning.active, .item.item-warning:active {
color: white;
background-color: #f0b840;
@ -2246,12 +2204,6 @@ a.subdued {
.item.item-warning.active .list-item-content, .item.item-warning:active .list-item-content {
background-color: #f0b840;
color: white; }
.item.item-danger {
/*
color: $color;
background-color: $bgColor;
border-color: $borderColor;
*/ }
.item.item-danger.active, .item.item-danger:active {
color: white;
background-color: #ef4e3a;
@ -2259,12 +2211,6 @@ a.subdued {
.item.item-danger.active .list-item-content, .item.item-danger:active .list-item-content {
background-color: #ef4e3a;
color: white; }
.item.item-dark {
/*
color: $color;
background-color: $bgColor;
border-color: $borderColor;
*/ }
.item.item-dark.active, .item.item-dark:active {
color: white;
background-color: #444444;
@ -2826,7 +2772,7 @@ input[type="file"] {
line-height: 34px; }
select {
border: 1px solid #cccccc;
border: 1px solid #ccc;
background-color: white; }
select[multiple],
@ -2881,7 +2827,7 @@ input[type="checkbox"][readonly] {
border-radius: 50%;
background: white;
content: ' ';
transition: background-color 0.1s ease-in-out; }
transition: background-color .1s ease-in-out; }
/* the checkmark within the box */
.checkbox input:after {
@ -2896,7 +2842,7 @@ input[type="checkbox"][readonly] {
border-right: 0;
content: ' ';
opacity: 0;
transition: opacity 0.05s ease-in-out;
transition: opacity .05s ease-in-out;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
@ -3276,7 +3222,7 @@ input[type="range"] {
.button.button-icon:active, .button.button-icon.active {
background: none;
box-shadow: none;
text-shadow: 0px 0px 10px white; }
text-shadow: 0px 0px 10px #fff; }
.button.block, .button.button-full {
margin-top: 10px;
margin-bottom: 10px; }
@ -3739,9 +3685,9 @@ a.button {
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-animation: spin 0.75s linear infinite;
-moz-animation: spin 0.75s linear infinite;
animation: spin 0.75s linear infinite; }
-webkit-animation: spin .75s linear infinite;
-moz-animation: spin .75s linear infinite;
animation: spin .75s linear infinite; }
.icon-loading:before {
content: "\e144"; }
@ -3754,9 +3700,9 @@ a.button {
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-animation: spin 0.75s linear infinite;
-moz-animation: spin 0.75s linear infinite;
animation: spin 0.75s linear infinite; }
-webkit-animation: spin .75s linear infinite;
-moz-animation: spin .75s linear infinite;
animation: spin .75s linear infinite; }
.icon-refreshing:before {
content: "\e144"; }

1342
dist/js/ionic.js vendored

File diff suppressed because it is too large Load Diff

View File

@ -195,6 +195,8 @@
// Header at top
.bar-header {
top: 0;
border-top-width: 0;
border-bottom-width: 1px;
}
// Footer at bottom

View File

@ -11,11 +11,6 @@
&:hover {
color: $color;
text-decoration: none;
// TODO: Verify if we should keep this or not. Feels weird on Safari
// Since the button shows the hover state after clicking, but we only
// want it on desktop
//background-color: lighten($bgColor, 10%);
}
&.active, &:active {
background-color: $activeBgColor;
@ -60,11 +55,6 @@
&:hover {
color: $color;
text-decoration: none;
// TODO: Verify if we should keep this or not. Feels weird on Safari
// Since the button shows the hover state after clicking, but we only
// want it on desktop
//background-color: lighten($bgColor, 10%);
}
&.active, &:active {
background-color: darken($bgColor, 8%);
@ -75,13 +65,6 @@
//$bgColor, $borderColor, $color,
@mixin item-style-active($activeBgColor, $activeBorderColor, $activeColor) {
/*
color: $color;
background-color: $bgColor;
border-color: $borderColor;
*/
&.active, &:active {
color: $activeColor;
background-color: $activeBgColor;
@ -96,8 +79,7 @@
@mixin bar-style($bgColor, $borderColor, $color) {
background-color: $bgColor;
border-top-color: transparent;
border-bottom-color: $borderColor;
border-color: $borderColor;
background-image: linear-gradient(0deg, $borderColor, $borderColor 50%, transparent 50%);
color: $color;