| | |
| | | .el-radio__label { |
| | | text-align: center; |
| | | color: $PRIMARY_BLACK; |
| | | display: block; |
| | | line-height: 110px; |
| | | display: flex; |
| | | flex-direction: column; |
| | | justify-content: center; |
| | | align-items: center; |
| | | padding-left: 0; |
| | | background-size: cover; |
| | | background-position: center; |
| | | background-repeat: no-repeat; |
| | | height: 100%; |
| | | @extend .mdTxt; |
| | | |
| | | .subtitle { |
| | | margin-top: 10px; |
| | | @extend .smTxt_bold; |
| | | color: $PRUDENTIAL_GREY; |
| | | } |
| | | } |
| | | |
| | | &.is-checked { |
| | | background-color: $PEACH; |
| | | .el-radio__label { |
| | | color: $PRIMARY_WHITE; |
| | | |
| | | .subtitle { |
| | | color: $PRIMARY_WHITE; |
| | | font-weight: lighter; |
| | | } |
| | | } |
| | | } |
| | | } |