Initial commit
This commit is contained in:
9
web/app/components/base/divider/style.module.css
Normal file
9
web/app/components/base/divider/style.module.css
Normal file
@@ -0,0 +1,9 @@
|
||||
.divider {
|
||||
@apply bg-gray-200;
|
||||
}
|
||||
.horizontal {
|
||||
@apply w-full h-[0.5px] my-2;
|
||||
}
|
||||
.vertical {
|
||||
@apply w-[1px] h-full mx-2;
|
||||
}
|
||||
Reference in New Issue
Block a user