feat: added callback click listeners

This commit is contained in:
Aliaksei Karzhou
2024-07-03 17:44:28 +03:00
parent 0c301de7f6
commit def28bfe1f
11 changed files with 4065 additions and 21 deletions

View File

@@ -17,6 +17,10 @@
line-height: 140%;
}
&:focus {
background-color: $blue;
}
&::placeholder {
color: $white;
}