Files
karma/ui/src/Styles/App.scss
Łukasz Mierzwa 6157bbcdc6 Revert "fix(ui): revert to 5.1.1 bootstrap style of button in flex"
This reverts commit 585b5a6ab7.

no longer needed
2021-10-14 18:18:07 +01:00

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