Files
karma/ui/src/Styles/App.scss
2022-09-20 21:46:48 +01:00

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%;
}
}