Changeset 3685:3f1bacac1ac3 for admin/style/scss/partials/_utils.scss
- Timestamp:
- 01/27/18 11:59:30 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/scss/partials/_utils.scss
r3439 r3685 14 14 border: 1px solid #ccc; 15 15 } 16 17 18 /* fadings ('color' est utilisé comme variable, pas comme text color) */19 20 .colorBeginPassword,21 .colorBeginValidatorErr,22 .colorBeginUserMail {23 color: #fff;24 }25 26 .colorEndPassword,27 .colorEndError,28 .colorEndValidatorErr,29 .colorEndUserMail {30 color: #ffbaba;31 }32 33 .colorBeginMessage {34 color: #ccc;35 }36 37 .colorEndMessage,38 .colorBeginValidatorMsg {39 color: #676e78;40 }41 42 .colorBeginError {43 color: #fefacd;44 }45 46 .colorBeginSuccess {47 color: #9BCA1C;48 }49 50 .colorEndSuccess {51 color: #bee74b;52 }53 54 .colorEndValidatorMsg {55 color: #ffcc00;56 }
Note: See TracChangeset
for help on using the changeset viewer.