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

25 lines
No EOL
391 B
CSS

.follow-request-card {
display: flex;
align-items: center;
background-color: var(--foreground-color);
border-radius: 1rem;
justify-content: space-between;
max-width: 50rem;
width: 100%;
margin-bottom: 1rem;
}
.buttons {
display: flex;
}
.btn {
width: 4rem;
height: 4rem;
}
::deep {
.profile-card {
margin-top: 0 !important;
}
}