3 background-color: #FFF;
5 border: 1px solid #CCC;
13 //-webkit-appearance:none;
15 border: 1px solid $negative;
18 border: 1px solid $positive;
20 &.disabled, &[disabled] {
21 background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAMUlEQVQIW2NkwAGuXbv2nxGbHEhCS0uLEUMSJgHShCKJLIEiiS4Bl8QmAZbEJQGSBAC62BuJ+tt7zgAAAABJRU5ErkJggg==);
38 display: inline-block;
42 label.radio, label.checkbox {
44 input[type="radio"], input[type="checkbox"] {
53 input[type="text"], input[type="number"], input[type="email"], input[type="search"], input[type="url"], input[type="password"], select, textarea {
58 display: inline-block;
59 background-color: #BBB;
64 transition: all ease-in-out 120ms;
76 background-color: #fafafa;
77 border: 1px solid #CCC;
78 box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
79 transition: all ease-in-out 120ms;
82 background-color: rgba($positive, 0.4);
85 background-color: $positive;
86 border: darken($positive, 20%);
90 .toggle-switch-checkbox {
93 input:checked + .toggle-switch {
94 background-color: rgba($positive, 0.4);
97 background-color: $positive;
98 border: darken($positive, 20%);
107 .text-pos, .text-neg {
112 .inline-input-style {
113 border: 2px dotted #BBB;
119 .title-input .input {
123 .title-input label, .description-input label{
128 .title-input input[type="text"] {
130 @extend .inline-input-style;
137 .title-input.page-title {
156 .description-input textarea {
157 @extend .inline-input-style;
167 background-color: transparent;
175 button[type="submit"] {
185 #login-form label[for="remember"] {
188 #login-form label.toggle-switch {