validation control for multi select

This commit is contained in:
Burak Civan
2022-10-27 16:46:48 +03:00
parent 5e6189ea01
commit dade644d1c
2 changed files with 8 additions and 0 deletions

View File

@@ -12,6 +12,10 @@
border: 1px solid #cc0000 !important;
}
.has-error .el-select__tags input {
border: transparent !important;
}
.input-money {
@apply w-full text-sm px-3 py-2.5 mt-1 rounded-lg border border-light-gray text-black placeholder-light-gray bg-white disabled:bg-gray-200 focus:outline-none focus:ring-transparent focus:border-purple;
}