mirror of
https://github.com/prymitive/karma
synced 2026-05-23 04:42:58 +00:00
27 lines
292 B
SCSS
27 lines
292 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;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.mw-md-25 {
|
|
max-width: 25%;
|
|
}
|
|
}
|