mirror of
https://github.com/Macrame-App/Macrame
synced 2025-12-29 15:29:26 +00:00
Assets refactor: subdirectories added, files moved, links updated.
This commit is contained in:
parent
0ef0c2025a
commit
2f96c787a2
16 changed files with 7 additions and 27 deletions
28
fe/src/assets/style/_macro.css
Normal file
28
fe/src/assets/style/_macro.css
Normal 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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue