File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/scss/components/choice-tile/mixins Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3838// ========== Invalid ==========
3939@mixin hxChoiceTile--invalid ($pseudo-state : null) {
4040 @if $pseudo-state == focus {
41- box-shadow : $focus-glow-invalid ;
41+ box-shadow : 0 0 4 px rgba ( $red-status-500 , 0.5 ) ;
4242 }
4343 @else if $pseudo-state == hover {
44- background-color : $red-100 ;
45- border-color : $red-900 ;
44+ background-color : $red-status- 100 ;
45+ border-color : $red-status-500 ;
4646 color : $gray-900 ;
4747
4848 > header {
4949 color : inherit ;
5050 }
5151 }
5252 @else {
53- border-color : $red-900 ;
53+ border-color : $red-status-500 ;
5454 border-width : 2px ;
55- color : $red-900 ;
55+ color : $red-status-500 ;
5656 }
5757
5858 .hx-tile-icon {
59- color : $red-900 ;
59+ color : $red-status-500 ;
6060 }
6161}
6262
You can’t perform that action at this time.
0 commit comments