| | |
| | | // --el-text-color-regular: #ffffff; |
| | | } |
| | | |
| | | .el-form-item { |
| | | margin-bottom: 0px; |
| | | margin-right: 8px !important; |
| | | } |
| | | |
| | | .el-form-item__label { |
| | | color: white !important; |
| | | color: rgba(255, 255, 255, 0.849) !important; |
| | | } |
| | | |
| | | // .el-radio { |
| | |
| | | |
| | | .el-button-custom { |
| | | --el-button-bg-color: var(--bg-color); |
| | | --el-button-hover-text-color: var(--select_color); |
| | | --el-button-hover-bg-color: var(--bg-color); |
| | | --el-button-border-color: var(--font-color); |
| | | // --el-button-hover-text-color: var(--select_color); |
| | | // --el-button-hover-bg-color: var(--bg-color); |
| | | --el-button-hover-bg-color: var(--select_color); |
| | | --el-button-active-border-color: transparent; |
| | | } |
| | | |
| | | .el-button-custom-light { |
| | | --el-button-bg-color: var(--select_color); |
| | | // --el-button-text-color: var(--bg-color); |
| | | // --el-button-hover-text-color: var(--bg-color); |
| | | // --el-button-hover-bg-color: var(--font-color); |
| | | --el-button-hover-bg-color: transparent; |
| | | --el-button-border-color: var(--font-color); |
| | | --el-button-active-border-color: transparent; |
| | | } |
| | |
| | | .el-button-custom:focus-visible { |
| | | outline: 0px solid var(--el-button-outline-color); |
| | | } |
| | | |
| | | // .el-statistic { |
| | | // --el-statistic-title-color: rgb(215, 215, 215); |
| | | // --el-statistic-content-color: white; |
| | | // } |
| | | |
| | | // .el-text { |
| | | // --el-text-color: white; |
| | | // } |
| | | |
| | | // .el-link { |
| | | // --el-link-text-color: #23dad1; |
| | | // } |