added required tag to address

This commit is contained in:
Chris Cochrun 2023-01-31 21:30:53 -06:00
parent 8898f08a70
commit 03599d7239
2 changed files with 79 additions and 5 deletions

View file

@ -2478,6 +2478,10 @@ select {
vertical-align: text-bottom;
}
.align-super {
vertical-align: super;
}
.text-4xl {
font-size: 2.25rem;
line-height: 2.5rem;
@ -2646,6 +2650,75 @@ select {
color: rgba(var(--color-primary-800), var(--tw-text-opacity));
}
.text-secondary-500 {
--tw-text-opacity: 1;
color: rgba(var(--color-secondary-500), var(--tw-text-opacity));
}
.text-\[\#aaa\] {
--tw-text-opacity: 1;
color: rgb(170 170 170 / var(--tw-text-opacity));
}
.text-\[\#f00\] {
--tw-text-opacity: 1;
color: rgb(255 0 0 / var(--tw-text-opacity));
}
.text-\[\#f22\] {
--tw-text-opacity: 1;
color: rgb(255 34 34 / var(--tw-text-opacity));
}
.text-\[\#d22\] {
--tw-text-opacity: 1;
color: rgb(221 34 34 / var(--tw-text-opacity));
}
.text-\[\#b22\] {
--tw-text-opacity: 1;
color: rgb(187 34 34 / var(--tw-text-opacity));
}
.text-\[\#baa\] {
--tw-text-opacity: 1;
color: rgb(187 170 170 / var(--tw-text-opacity));
}
.text-\[\#b44\] {
--tw-text-opacity: 1;
color: rgb(187 68 68 / var(--tw-text-opacity));
}
.text-\[\#f44\] {
--tw-text-opacity: 1;
color: rgb(255 68 68 / var(--tw-text-opacity));
}
.text-\[\#f66\] {
--tw-text-opacity: 1;
color: rgb(255 102 102 / var(--tw-text-opacity));
}
.text-\[\#f26\] {
--tw-text-opacity: 1;
color: rgb(255 34 102 / var(--tw-text-opacity));
}
.text-\[\#f29\] {
--tw-text-opacity: 1;
color: rgb(255 34 153 / var(--tw-text-opacity));
}
.text-\[\#f39\] {
--tw-text-opacity: 1;
color: rgb(255 51 153 / var(--tw-text-opacity));
}
.underline {
text-decoration-line: underline;
}
.\!no-underline {
text-decoration-line: none !important;
}