mirror of
https://github.com/WebStackPage/WebStackPage.github.io.git
synced 2026-02-08 12:54:35 +08:00
33 lines
687 B
Plaintext
Executable File
33 lines
687 B
Plaintext
Executable File
// Name: Switcher
|
|
// Description: Defines styles for the switcher
|
|
//
|
|
// Component: `uk-switcher`
|
|
//
|
|
// States: `uk-active`
|
|
//
|
|
// ========================================================================
|
|
|
|
|
|
/* ========================================================================
|
|
Component: Switcher
|
|
========================================================================== */
|
|
|
|
.uk-switcher {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
/*
|
|
* Items
|
|
*/
|
|
|
|
.uk-switcher > *:not(.uk-active) { display: none; }
|
|
|
|
|
|
// Hooks
|
|
// ========================================================================
|
|
|
|
.hook-switcher-misc;
|
|
|
|
.hook-switcher-misc() {} |