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

45 lines
650 B
CSS

.availability-edit {
> .button {
top: 0;
bottom: 0px;
left: 0;
right: 0;
position: absolute;
margin: auto;
border-radius: 100%;
height: 88px;
width: 88px;
background-color: white;
div {
position: relative;
left: 4px;
width: 40px;
height: 40px;
color: black;
}
}
h6 {
font-family: Inter;
font-size: 16px;
font-weight: 500;
line-height: 24px;
letter-spacing: -0.011em;
text-align: left;
}
svg {
color: rgba(150, 150, 150, 1);
}
header {
display: flex;
gap: 8px;
}
.space-allocation {
margin-bottom: 16px;
}
}