Skip to content

Commit

Permalink
[docs] Update CSS for superseded and deprecated flags
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Jan 9, 2025
1 parent b934bf3 commit c5b6013
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions docs/next/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,20 +114,13 @@ dt > a.reference.internal {
@apply inline-flex items-center px-3 py-0.5 rounded-full align-middle text-xs uppercase font-medium bg-sea-foam text-gable-green
}

.deprecated-tag {
@apply inline-flex items-center px-3 py-0.5 rounded-full align-middle text-xs uppercase font-medium bg-gray-300 text-gray-900
}

.superseded-tag {
@apply inline-flex items-center px-3 py-0.5 rounded-full align-middle text-xs uppercase font-medium bg-gray-300 text-gray-900
}

.legacy-tag,
.deprecated-tag,
.flag.deprecated {
@apply inline-flex items-center px-3 py-0.5 rounded-full align-middle text-xs uppercase font-medium bg-orange-200 text-orange-700
}

.legacy-tag,
.superseded-tag,
.flag.superseded {
@apply inline-flex items-center px-3 py-0.5 rounded-full align-middle text-xs uppercase font-medium bg-yellow-200 text-yellow-700
}
Expand Down

0 comments on commit c5b6013

Please sign in to comment.