الملفات
boutmoun123 8863f61d00
فشلت بعض الفحوصات
Deploy To Ghaymah / deploy (push) Has been cancelled
Add Oudelaa dashboard API integration
2026-05-25 20:36:52 +03:00

32 أسطر
474 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@import "./styles/theme.css";
@import "./styles/components.css";
@keyframes shimmer {
from {
background-position: 200% 0;
}
to {
background-position: -200% 0;
}
}
@keyframes fadeUp {
from {
opacity: 0;
transform: translateY(10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
display: none;
}