23 lines
288 B
SCSS
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;
|
|
}
|
|
|