2024-11-26 18:41:40 +01:00

32 lines
530 B
CSS

.availability-confirm {
header {
margin-top: 16px;
margin-bottom: 16px;
}
> div {
margin-top: 1.5rem;
display: flex;
gap: 0.75rem;
align-items: flex-start;
> div:first-child {
background-color: rgb(193, 240, 164, 0.2);
border-radius: 50%;
padding: 0.5rem;
display: flex;
align-items: center;
justify-content: center;
svg {
color: rgb(193, 240, 164);
}
}
b {
margin-bottom: 0.5rem;
display: inline-block;
}
}
}