Iceshrimp.NET/Iceshrimp.Frontend/Components/FollowButton.razor.css
2024-07-11 01:06:19 +02:00

17 lines
No EOL
284 B
CSS

.btn {
border-radius: 1rem;
border: var(--notice-color) solid 0.1rem;
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.text {
margin-right: 0.5rem;
}
.follow-button {
display: flex;
align-items: center;
}
::deep {.icon {
vertical-align: text-bottom;
}}