increase opacity for disabled inputs

This commit is contained in:
smanylov
2026-03-20 14:13:13 +07:00
parent 261d1300e7
commit 38bfc94125
2 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -114,7 +114,7 @@
}
&:disabled {
opacity: 0.6;
opacity: 0.5;
}
&.valid-card {