mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-19 10:01:25 -04:00
19 lines
292 B
CSS
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;
|
|
}
|