Changeset 3767:24b9ef042f0a for admin/style/scss/themes/_light.scss
- Timestamp:
- 06/29/18 14:21:03 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/scss/themes/_light.scss
r3764 r3767 143 143 $hr-color: shade($gray-very-light, 10%); // #dbdbdb 144 144 145 $code-color: $body-color; 145 146 $code-background: $code; // #fefacd 146 147 … … 158 159 $legend-background: $white; // #ffffff 159 160 160 $invalid-input-color: $ error-alt; // #ae323b161 $invalid-input-color: $black; // #000000 161 162 $invalid-input-border: $error-alt; // #ae323b 162 163 $invalid-input-background: $error; // #ffbaba … … 168 169 $input-shadow: $gray-very-light; // #f3f3f3 169 170 $input-focus: $link-outline; // #bee74b 170 171 $required-color: $error-alt; // #ae323b172 171 173 172 $form-note-color: $gray-dark; // #676e78
Note: See TracChangeset
for help on using the changeset viewer.