Files
core/client/uikit/src/less/theme/marker.less
2022-01-25 15:21:01 +06:00

32 lines
623 B
Plaintext

//
// Component: Marker
//
// ========================================================================
// Variables
// ========================================================================
// Component
// ========================================================================
.hook-marker() {
border-radius: 500px;
}
.hook-marker-hover() {}
// Miscellaneous
// ========================================================================
.hook-marker-misc() {}
// Inverse
// ========================================================================
.hook-inverse-marker() {}
.hook-inverse-marker-hover() {}