| | |
| | | margin: 0; |
| | | color: $PRIMARY_BLACK; |
| | | font-family: Segoe UI; |
| | | overflow-x: hidden; |
| | | } |
| | | |
| | | h5 { |
| | |
| | | &:disabled { |
| | | background-color: $LIGHT_GREY; |
| | | } |
| | | } |
| | | |
| | | |
| | | |
| | | // el-carousel |
| | | .el-carousel__indicators--outside { |
| | | .el-carousel__indicator--horizontal { |
| | | .el-carousel__button { |
| | | width: 9px; |
| | | height: 9px; |
| | | border-radius: 50px; |
| | | border: solid 1px $LIGHT_GREY; |
| | | background-color: $PRIMARY_WHITE; |
| | | } |
| | | |
| | | &.is-active { |
| | | .el-carousel__button { |
| | | background-color: $PRIMARY_RED; |
| | | } |
| | | } |
| | | } |
| | | |
| | | .el-carousel__indicator--horizontal:nth-child(2) { |
| | | .el-carousel__button { |
| | | margin: 0 20px; |
| | | } |
| | | } |
| | | } |
| | | } |