Files
freeCodeCamp/client/src/components/profile/profile.css
Huyen Nguyen 2b9a5ecb5e fix(client): profile card background (#57523)
Co-authored-by: ahmad abdolsaheb <ahmad.abdolsaheb@gmail.com>
2024-12-15 13:32:47 +03:00

19 lines
292 B
CSS

.button-fit {
width: 30px;
height: fit-content;
padding: 0 !important;
}
.card {
margin: 0;
padding: 1em;
box-shadow: none;
background: var(--primary-background);
border: 1px solid var(--quaternary-background);
margin-bottom: 1em;
}
.card-header {
position: relative;
}