namillum
Version:
Bubble Protocol SDK
21 lines (17 loc) • 365 B
CSS
@tailwind base;
@tailwind components;
@tailwind utilities;
p/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
input[type="number"] {
-moz-appearance: textfield;
}
:root {
--toastify-color-dark: #1e1e1e;
--toastify-color-progress-dark: #4dbbba;
}