add cadastro
This commit is contained in:
19
css/style.css
Executable file
19
css/style.css
Executable 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
1
css/tailwind.css
Executable file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user