45 lines
650 B
CSS
Raw Normal View History

2024-11-06 02:33:58 +01:00
.availability-edit {
2024-11-10 09:20:38 +07:00
> .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;
}
2024-11-06 02:33:58 +01:00
}
2024-11-10 09:20:38 +07:00
h6 {
font-family: Inter;
font-size: 16px;
font-weight: 500;
line-height: 24px;
letter-spacing: -0.011em;
text-align: left;
}
svg {
2024-11-26 18:41:40 +01:00
color: rgba(150, 150, 150, 1);
2024-11-10 09:20:38 +07:00
}
header {
display: flex;
gap: 8px;
}
.space-allocation {
margin-bottom: 16px;
2024-09-25 13:14:23 +02:00
}
}