File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ input {
283283 & :checked:disabled + label :before {
284284 box-shadow : inset 0px 0px 0px 2px $color-main-text ;
285285 border-color : $color-main-old-666666 ;
286- background-color : $color-main-old-222222 ;
286+ background-color : $color-main-old-333333 ;
287287 }
288288 }
289289 & .checkbox--white {
@@ -345,7 +345,7 @@ input {
345345 padding : 12px ;
346346 background-color : $color-main-background ;
347347 cursor : pointer ;
348- color : $color-main-old-222222 ;
348+ color : $color-main-old-333333 ;
349349 }
350350 .select2-result {
351351 & .select2-selected {
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ $color-main-old-888888: #888;
3434$color-main-old-777777 : #777 ;
3535$color-main-old-666666 : #666 ;
3636$color-main-old-555555 : #555 ;
37- $color-main-old-222222 : #222 ;
37+ $color-main-old-333333 : #222 ;
3838$color-main-old-333333 : #333333 ;
3939
4040// warning color (.exception class) not sure where it exists
You can’t perform that action at this time.
0 commit comments