Skip to content

Commit

Permalink
add styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ltclmbdev authored and kodiakhq[bot] committed Mar 14, 2024
1 parent 7cc78d0 commit 4e722be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/testing-javascript/src/styles/team.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
}
[data-redeem] {
@apply mt-5 flex flex-col items-center gap-3 border-t border-gray-700/60 pt-5 sm:mt-8 sm:flex-row sm:justify-between;
@apply mt-5 flex flex-col items-center gap-3 border-t border-gray-100 pt-5 sm:mt-8 sm:flex-row sm:justify-between;
[data-title] {
/* Or get access yourself */
@apply flex items-center gap-1 font-semibold;
Expand Down Expand Up @@ -62,7 +62,7 @@
/* Self redeem button */

[data-self-redeem-button] {
@apply rounded-md border border-cyan-500 px-4 py-2 font-medium text-cyan-400 transition hover:bg-cyan-600/20;
@apply flex shrink-0 items-center gap-1 rounded-md px-5 py-2 text-lg font-semibold text-white transition hover:bg-indigo-700 ml-3 bg-indigo-600;
}
[data-self-redeem-button][disabled] {
@apply cursor-not-allowed opacity-30;
Expand Down

0 comments on commit 4e722be

Please sign in to comment.