uikit
Version:
UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces.
33 lines (20 loc) • 666 B
text/less
//
// Component: Close
//
// ========================================================================
// Variables
// ========================================================================
// Component
// ========================================================================
.hook-close() {
transition: 0.1s ease-in-out;
transition-property: color, opacity;
}
.hook-close-hover() {}
// Miscellaneous
// ========================================================================
.hook-close-misc() {}
// Inverse
// ========================================================================
.hook-inverse-close() {}
.hook-inverse-close-hover() {}