mirror of https://github.com/lukechilds/docs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
1.0 KiB
48 lines
1.0 KiB
//
|
|
// Component: Lightbox
|
|
//
|
|
// ========================================================================
|
|
|
|
|
|
// Variables
|
|
// ========================================================================
|
|
|
|
|
|
// Component
|
|
// ========================================================================
|
|
|
|
// @mixin hook-lightbox(){}
|
|
|
|
|
|
// Item
|
|
// ========================================================================
|
|
|
|
// @mixin hook-lightbox-item(){}
|
|
|
|
|
|
// Toolbar
|
|
// ========================================================================
|
|
|
|
// @mixin hook-lightbox-toolbar(){}
|
|
|
|
|
|
// Toolbar Icon
|
|
// ========================================================================
|
|
|
|
// @mixin hook-lightbox-toolbar-icon(){}
|
|
|
|
// @mixin hook-lightbox-toolbar-icon-hover(){}
|
|
|
|
|
|
// Button
|
|
// ========================================================================
|
|
|
|
// @mixin hook-lightbox-button(){}
|
|
|
|
// @mixin hook-lightbox-button-hover(){}
|
|
|
|
|
|
// Miscellaneous
|
|
// ========================================================================
|
|
|
|
// @mixin hook-lightbox-misc(){}
|