started different button sizes

This commit is contained in:
Adam Bradley
2013-10-28 20:32:04 -05:00
parent e66a27996b
commit fe71fda9e3
9 changed files with 854 additions and 721 deletions

43
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.
@@ -1278,6 +1278,7 @@ legend {
* 2. Correct font size not being inherited in all browsers.
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
* 4. Remove any default :focus styles
* 5. Make sure webkit font smoothing is being inherited
*/
button,
input,
@@ -1294,7 +1295,9 @@ textarea {
outline-style: none;
/* 4 */
outline-width: 0;
/* 4 */ }
/* 4 */
-webkit-font-smoothing: inherit;
/* 5 */ }
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
@@ -2870,7 +2873,7 @@ input[type="file"] {
line-height: 34px; }
select {
border: 1px solid #cccccc;
border: 1px solid #ccc;
background-color: white; }
select[multiple],
@@ -2925,7 +2928,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 {
@@ -2940,7 +2943,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); }
@@ -3320,11 +3323,27 @@ 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; }
.button-small {
font-size: 12px;
min-height: 32px;
padding: 1px 8px 1px 8px; }
.button-small [class^="icon-"],
.button-small [class*=" icon-"] {
font-size: 20px; }
.button-large {
font-size: 24px;
min-height: 52px;
padding: 12px 18px 12px 18px; }
.button-large [class^="icon-"],
.button-large [class*=" icon-"] {
font-size: 32px; }
.padding > .button.block:first-child {
margin-top: 0; }
@@ -3767,9 +3786,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"; }
@@ -3782,9 +3801,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"; }