UNPKG

uikit

Version:

UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces.

53 lines (30 loc) 1.02 kB
// // Component: Utility // // ======================================================================== // Variables // ======================================================================== // Panel // ======================================================================== .hook-panel-scrollable() {} // Box-shadow bottom // ======================================================================== .hook-box-shadow-bottom() {} // Drop cap // ======================================================================== .hook-dropcap() { // Prevent line wrap margin-bottom: -2px; } // Logo // ======================================================================== .hook-logo() {} .hook-logo-hover() {} // Miscellaneous // ======================================================================== .hook-utility-misc() {} // Inverse // ======================================================================== .hook-inverse-dropcap() {} .hook-inverse-logo() {} .hook-inverse-logo-hover() {}