// These are the generic stylings for forms of any type. // If you're styling something specific to the page editing interface, // it probably ought to go in layouts/page-editor.scss // TODO: mixin, // These these styles are currently in elements // but the ones for the class should be here // // label, // .label { // text-transform: none; // font-weight: bold; // color: $color-grey-1; // font-size: 1.1em; // display: block; // padding: 0 0 0.8em; // margin: 0; // line-height: 1.3em; // // .checkbox &, // .radio & { // display: inline; // } // } .plain-checkbox-label { // cancel heavy / floated label styles, for labels that should appear inline against checkboxes float: none; color: inherit; font-weight: inherit; font-size: inherit; } // TODO: mixin, // These these styles are currently in elements // but the ones for the classes should be here // // input, // textarea, // select, // .halloeditor, // .tagit { // appearance: none; // box-sizing: border-box; // border-radius: 6px; // width: 100%; // font-family: Open Sans,Arial,sans-serif; // border: 1px solid $color-input-border; // padding: 0.9em 1.2em; // background-color: $color-fieldset-hover; // color: $color-text-input; // font-size: 1.2em; // font-weight: 300; // // &:hover { // background-color: $color-white; // } // // &:focus { // background-color: $color-input-focus; // border-color: $color-input-focus-border; // } // // &:disabled, // &[disabled], // &:disabled:hover, // &[disabled]:hover { // background-color: inherit; // cursor: default; // color: $color-grey-4; // } // } // Reset the arrow on `