| | |
| | | font-size: 20px; |
| | | font-weight: bold; |
| | | color: $PRIMARY_BLACK; |
| | | background-size: cover; |
| | | background-position: center; |
| | | background-repeat: no-repeat; |
| | | cursor: pointer; |
| | | |
| | | .subtitle { |
| | | font-size: 16px; |
| | | font-weight: lighter; |
| | | } |
| | | |
| | | &.btn_unlimited { |
| | | background-image: url('~/assets/images/quickFilter/btn_unlimited.svg'); |
| | | } |
| | | |
| | | &.btn_senior { |
| | | background-image: url('~/assets/images/quickFilter/btn_senior.svg'); |
| | | } |
| | | |
| | | &.btn_young { |
| | | background-image: url('~/assets/images/quickFilter/btn_young.svg'); |
| | | } |
| | | } |
| | | |
| | | .el-radio-input:checked ~ .el-radio-label { |