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==);
34 display: inline-block;
38 label.radio, label.checkbox {
40 input[type="radio"], input[type="checkbox"] {
49 input[type="text"], input[type="number"], input[type="email"], input[type="search"], input[type="url"], input[type="password"], select, textarea {
54 display: inline-block;
55 background-color: #BBB;
60 transition: all ease-in-out 120ms;
72 background-color: #fafafa;
73 border: 1px solid #CCC;
74 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);
75 transition: all ease-in-out 120ms;
78 background-color: rgba($positive, 0.4);
81 background-color: $positive;
82 border: darken($positive, 20%);
86 .toggle-switch-checkbox {
89 input:checked + .toggle-switch {
90 background-color: rgba($positive, 0.4);
93 background-color: $positive;
94 border: darken($positive, 20%);
103 .text-pos, .text-neg {
108 .inline-input-style {
109 border: 2px dotted #BBB;
115 .title-input .input {
119 .title-input label, .description-input label{
124 .title-input input[type="text"] {
126 @extend .inline-input-style;
133 .title-input.page-title {
152 .description-input textarea {
153 @extend .inline-input-style;
163 background-color: transparent;
171 button[type="submit"] {
181 #login-form label[for="remember"] {
184 #login-form label.toggle-switch {