disabled link scenario development

This commit is contained in:
Burak Civan
2022-06-27 12:58:27 +03:00
parent e107954392
commit 135449f95d
5 changed files with 64 additions and 17 deletions

View File

@ -495,6 +495,10 @@ html[dir='rtl'] .el-input__suffix {
text-overflow: unset;
}
.disabled-link {
@apply cursor-default pointer-events-none opacity-50;
}
@media only screen and (max-width: 480px) {
.small-table-width {
width: 450px;