Skip to content

Commit

Permalink
Update tailwind css (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
lanedirt committed Feb 28, 2025
1 parent 9cbaf51 commit a82b7d7
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions src/AliasVault.Client/wwwroot/css/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -1337,11 +1337,6 @@ video {
border-top-width: 2px;
}

.border-blue-200 {
--tw-border-opacity: 1;
border-color: rgb(191 219 254 / var(--tw-border-opacity));
}

.border-blue-300 {
--tw-border-opacity: 1;
border-color: rgb(147 197 253 / var(--tw-border-opacity));
Expand All @@ -1352,11 +1347,6 @@ video {
border-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.border-gray-100 {
--tw-border-opacity: 1;
border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-gray-200 {
--tw-border-opacity: 1;
border-color: rgb(229 231 235 / var(--tw-border-opacity));
Expand Down Expand Up @@ -1926,11 +1916,6 @@ video {
color: rgb(184 112 47 / var(--tw-text-opacity));
}

.text-primary-800 {
--tw-text-opacity: 1;
color: rgb(154 93 38 / var(--tw-text-opacity));
}

.text-red-500 {
--tw-text-opacity: 1;
color: rgb(239 68 68 / var(--tw-text-opacity));
Expand Down Expand Up @@ -2410,14 +2395,6 @@ video {
background-color: rgb(30 58 138 / 0.5);
}

.dark\:bg-blue-900\/20:is(.dark *) {
background-color: rgb(30 58 138 / 0.2);
}

.dark\:bg-blue-900\/50:is(.dark *) {
background-color: rgb(30 58 138 / 0.5);
}

.dark\:bg-gray-500:is(.dark *) {
--tw-bg-opacity: 1;
background-color: rgb(107 114 128 / var(--tw-bg-opacity));
Expand Down Expand Up @@ -2463,11 +2440,6 @@ video {
background-color: rgb(214 131 56 / var(--tw-bg-opacity));
}

.dark\:bg-primary-900:is(.dark *) {
--tw-bg-opacity: 1;
background-color: rgb(123 74 30 / var(--tw-bg-opacity));
}

.dark\:bg-red-600:is(.dark *) {
--tw-bg-opacity: 1;
background-color: rgb(220 38 38 / var(--tw-bg-opacity));
Expand Down

0 comments on commit a82b7d7

Please sign in to comment.