chore: checkpoint admin editor and perf work
This commit is contained in:
@@ -116,6 +116,23 @@ a {
|
||||
|
||||
button,
|
||||
input,
|
||||
textarea {
|
||||
textarea,
|
||||
select {
|
||||
font: inherit;
|
||||
}
|
||||
|
||||
@keyframes custom-select-pop {
|
||||
from {
|
||||
opacity: 0;
|
||||
transform: translateY(-2px) scale(0.985);
|
||||
}
|
||||
|
||||
to {
|
||||
opacity: 1;
|
||||
transform: translateY(0) scale(1);
|
||||
}
|
||||
}
|
||||
|
||||
.custom-select-popover {
|
||||
animation: custom-select-pop 0.1s ease-out;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user