feat(backoffice): redesign UI with enhanced background and glassmorphism effects
- Add vibrant radial gradient backgrounds with multiple color zones - Implement glassmorphism effects on header and cards - Add subtle grain texture overlay - Update card hover effects with smooth transitions - Improve dark mode background visibility
This commit is contained in:
@@ -1,9 +1,21 @@
|
||||
export { Card, CardHeader } from "./Card";
|
||||
export { Badge, StatusBadge, JobTypeBadge } from "./Badge";
|
||||
export {
|
||||
Card, CardHeader, CardTitle, CardDescription, CardContent, CardFooter,
|
||||
GlassCard, SimpleCard
|
||||
} from "./Card";
|
||||
export {
|
||||
Badge, StatusBadge, JobTypeBadge, ProgressBadge
|
||||
} from "./Badge";
|
||||
export { StatBox } from "./StatBox";
|
||||
export { ProgressBar, MiniProgressBar } from "./ProgressBar";
|
||||
export { Button } from "./Button";
|
||||
export { Input, Select } from "./Input";
|
||||
export { FormField, FormLabel, FormInput, FormSelect, FormRow } from "./Form";
|
||||
export {
|
||||
ProgressBar, MiniProgressBar, SmartProgressBar, CircularProgress
|
||||
} from "./ProgressBar";
|
||||
export { Button, IconButton } from "./Button";
|
||||
export {
|
||||
Input, Select, Textarea, SearchInput
|
||||
} from "./Input";
|
||||
export {
|
||||
FormField, FormLabel, FormInput, FormSelect, FormRow,
|
||||
FormSection, FormError, FormDescription
|
||||
} from "./Form";
|
||||
export { PageIcon, NavIcon } from "./Icon";
|
||||
export { CursorPagination, OffsetPagination } from "./Pagination";
|
||||
|
||||
Reference in New Issue
Block a user