add cadastro

This commit is contained in:
Ronaldo
2026-04-06 12:36:25 +00:00
parent a315eab0d5
commit e61ccda3ed
787 changed files with 155807 additions and 0 deletions

19
css/style.css Executable file
View File

@@ -0,0 +1,19 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
.bg-gold-xcmg {
background-color: #00f4bc;
}
.border-gold-xcmg {
border-color: #00f4bc
}
.text-gold-xcmg {
color: #00f4bc;
}
.hover\:bg-gold-xcmg:hover {
background-color: #00f4bc;
}

1
css/tailwind.css Executable file

File diff suppressed because one or more lines are too long