Assets refactor: subdirectories added, files moved, links updated.

This commit is contained in:
Jesse Malotaux 2025-03-23 21:59:34 +01:00
parent 0ef0c2025a
commit 2f96c787a2
16 changed files with 7 additions and 27 deletions

View file

@ -0,0 +1,28 @@
/* @reference "main"; */
hr.spacer {
@apply relative
w-6
border
border-gray-300
opacity-80
overflow-visible;
&::before,
&::after {
@apply content-['']
absolute
top-1/2
-translate-y-1/2
size-2
bg-gray-300
rounded-full;
}
&::before {
@apply -left-1;
}
&::after {
@apply -right-1;
}
}