spur-tailwind
Version:
Spur web UI
22 lines (18 loc) • 444 B
CSS
.teams-flag {
@apply relative;
}
.teams-flag-icon {
@apply block w-8 text-blue-jeans stroke-current;
}
.teams-flag-counter {
@apply relative flex justify-center items-center pb-1 h-7 bg-blue-jeans text-white;
}
.teams-flag-counter::after {
@apply absolute bottom-0;
content: '';
width: 0;
height: 0;
border-left: 0.875rem solid transparent;
border-right: 0.875rem solid transparent;
border-bottom: 0.25rem solid white;
}