redesign de la page /admin
This commit is contained in:
@@ -187,3 +187,18 @@
|
||||
@apply bg-background text-foreground;
|
||||
}
|
||||
}
|
||||
|
||||
/* Motif de grille pour le header */
|
||||
.bg-grid-slate-100 {
|
||||
background-image:
|
||||
linear-gradient(rgba(148, 163, 184, 0.1) 1px, transparent 1px),
|
||||
linear-gradient(90deg, rgba(148, 163, 184, 0.1) 1px, transparent 1px);
|
||||
background-size: 20px 20px;
|
||||
}
|
||||
|
||||
.bg-grid-slate-800 {
|
||||
background-image:
|
||||
linear-gradient(rgba(148, 163, 184, 0.05) 1px, transparent 1px),
|
||||
linear-gradient(90deg, rgba(148, 163, 184, 0.05) 1px, transparent 1px);
|
||||
background-size: 20px 20px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user