mirror of
https://github.com/prymitive/karma
synced 2026-05-21 04:33:07 +00:00
21 lines
229 B
SCSS
21 lines
229 B
SCSS
.cursor-pointer {
|
|
cursor: pointer;
|
|
}
|
|
.cursor-text {
|
|
cursor: text;
|
|
}
|
|
|
|
.cursor-help {
|
|
cursor: help;
|
|
}
|
|
|
|
.mw-1p {
|
|
min-width: 1%;
|
|
}
|
|
|
|
.components-hour h2,
|
|
.components-minute h2,
|
|
.components-duration h2 {
|
|
font-size: 2.5rem;
|
|
}
|