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

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.
@@ -199,6 +199,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,
@@ -215,7 +216,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
@@ -1727,7 +1730,7 @@ input[type="file"] {
line-height: 34px; }
select {
border: 1px solid #cccccc;
border: 1px solid #ccc;
background-color: white; }
select[multiple],
@@ -1799,7 +1802,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" */
@@ -1814,7 +1817,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; }
@@ -2099,11 +2102,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; }
@@ -2441,9 +2460,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"; }
@@ -2456,9 +2475,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"; }