This commit is contained in:
2022-01-25 15:21:01 +06:00
parent 3746efc596
commit e4dfdc07fc
595 changed files with 59923 additions and 47 deletions

View File

@@ -0,0 +1,49 @@
//
// Component: Divider
//
// ========================================================================
// Variables
// ========================================================================
// Icon
// ========================================================================
.hook-divider-icon() {}
.hook-divider-icon-line() {}
.hook-divider-icon-line-left() {}
.hook-divider-icon-line-right() {}
// Small
// ========================================================================
.hook-divider-small() {}
// Vertical
// ========================================================================
.hook-divider-vertical() {}
// Miscellaneous
// ========================================================================
.hook-divider-misc() {}
// Inverse
// ========================================================================
.hook-inverse-divider-icon() {}
.hook-inverse-divider-icon-line() {}
.hook-inverse-divider-small() {}
.hook-inverse-divider-vertical() {}