mirror of
https://github.com/usememos/memos.git
synced 2024-12-21 10:11:42 +03:00
16 lines
460 B
Plaintext
16 lines
460 B
Plaintext
.github-badge-container {
|
|
@apply h-7 flex flex-row justify-start items-center border rounded cursor-pointer hover:opacity-80;
|
|
|
|
> .github-icon {
|
|
@apply w-auto h-full px-2 border-r rounded-l flex flex-row justify-center items-center text-xs text-gray-800 bg-gray-100;
|
|
|
|
> .icon-img {
|
|
@apply mr-1 w-4 h-4;
|
|
}
|
|
}
|
|
|
|
> .count-text {
|
|
@apply w-auto h-full flex flex-row justify-center items-center px-3 text-xs font-bold text-gray-800;
|
|
}
|
|
}
|