@plugse/my-ui
v0.1.2
Published
## Elementos
Downloads
2
Readme
My UI
Elementos
Loading
Button
FieldInput
FieldInputRadio
Form
Estilização
/*global.css*/
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base{
:root {
--light-color-text-primary: #334155;
--light-color-text-secondary: #0f172a;
--light-color-bg-primary: #0ea5e9;
--light-color-bg-secondary: #0369a1;
--dark-color-text-primary: #e7e5e4;
--dark-color-text-secondary: #a8a29e;
--dark-color-bg-primary: #0c4a6e;
--dark-color-bg-secondary: #0369a1;
--error-color-text: #fecaca;
--error-color-bg: #b91c1c;
}
}