forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-11-30 22:10:04 -06:00
parent 4fbd278f0c
commit d67f4076e0
1 changed files with 4 additions and 0 deletions

View File

@ -6,4 +6,8 @@
.test {
@apply text-red-700 font-bold text-3xl;
}
.form-control {
@apply block w-full rounded border border-gray-300 focus:border-blue-300 focus:ring focus:ring-blue-200 focus:ring-opacity-50
}