diff --git a/src/assets/theme/red.scss b/src/assets/theme/red.scss index 952babd8dfe8641db246cffff59d0ea1a5dc55d8..8bf217628737aaeb3c04af7e075b1c306dda6a24 100644 --- a/src/assets/theme/red.scss +++ b/src/assets/theme/red.scss @@ -285,5 +285,33 @@ body[data-theme='red'] { } } + .ant-select-selection{ + border-radius: 20px; + } + .ant-select-focused .ant-select-selection, .ant-select-selection:focus, .ant-select-selection:active{ + border-color: $linx-red-theme !important; + box-shadow: none; + } + .ant-form-item-control{ + .ant-select-selection { + border-radius: 20px !important; + &:hover { + border-color: $linx-red-theme; + box-shadow: 0 0 0 2px $linx-red-theme-rgb; + } + } + &.has-error{ + .ant-input{ + border-color: $linx-red-danger-color; + &:hover{ + border-color: $linx-red-danger-color; + } + &:focus{ + border-color: $linx-red-danger-color; + } + } + } + } + }