volleyball-dev-frontend/node_modules/react-big-calendar/lib/sass/reset.scss
2025-06-02 16:42:16 +00:00

23 lines
288 B
SCSS

.rbc-btn {
color: inherit;
font: inherit;
margin: 0;
}
button.rbc-btn {
overflow: visible;
text-transform: none;
appearance: button;
cursor: pointer;
}
button[disabled].rbc-btn {
cursor: not-allowed;
}
button.rbc-input::-moz-focus-inner {
border: 0;
padding: 0;
}