| | |
| | | } |
| | | |
| | | .el-checkbox__input.is-checked .el-checkbox__inner { |
| | | background-color: #023aff; |
| | | border-color: #023aff; |
| | | background-color: #023aff !important; |
| | | border-color: #023aff !important; |
| | | } |
| | | |
| | | .el-checkbox__inner { |
| | | background-color: transparent; |
| | | border-color: #a1a3d4; |
| | | width: 16px; |
| | | height: 16px; |
| | | background: transparent !important; |
| | | border-radius: 2px 2px 2px 2px; |
| | | border: 2px solid #A1A3D4 !important; |
| | | box-shadow: none; |
| | | box-sizing: border-box; |
| | | } |
| | | } |
| | | |
| | |
| | | .el-tabs__item { |
| | | position: relative; |
| | | margin-left: 26px; |
| | | |
| | | |
| | | font-family: Source Code Pro, Source Code Pro; |
| | | font-weight: 400; |
| | | font-size: 14px; |
| | |
| | | font-style: normal; |
| | | text-transform: none; |
| | | cursor: pointer; |
| | | |
| | | |
| | | &:first-child { |
| | | margin-left: 0; |
| | | } |
| | | |
| | | |
| | | &.is-active { |
| | | font-weight: normal; |
| | | color: #FFFFFF; |
| | | } |
| | | |
| | | |
| | | &::after { |
| | | content: ''; |
| | | position: absolute; |
| | |
| | | width: 100%; |
| | | height: 0; |
| | | } |
| | | |
| | | |
| | | &.is-active::after { |
| | | height: 3px; |
| | | background: #284FE3; |