Files
2023-05-16 12:53:36 +02:00

59 lines
1.0 KiB
Plaintext

.rectangle {
height: 2.75rem;
width: 75%;
background: #CFD8DC;
position: relative;
margin-bottom: 4rem;
margin-top: 1.25rem;
border-radius: 0.8rem;
display: flex;
flex-wrap: wrap;
align-items: center;
color: #000;
font-weight: bold;
}
.circle {
position: absolute;
height: 6.25rem;
width: 6.25rem;
border-radius: 50%;
border: 4px solid #CFD8DC;
left: 100%;
margin-left: -1.563rem;
top: -1.5rem;
background: black;
}
.rectangleDetail {
height: 2.75rem;
width: 75%;
//background: #CFD8DC;
position: relative;
margin-bottom: 4rem;
margin-top: 1.25rem;
border-radius: 0.8rem;
display: flex;
flex-wrap: wrap;
align-items: center;
color: #000;
font-weight: bold;
}
.circleDetail {
position: absolute;
height: 6.25rem;
width: 6.25rem;
border-radius: 50%;
border: 4px solid #CFD8DC;
left: 100%;
margin-left: -1.563rem;
top: -1.5rem;
background: black;
}
.all {
//width: 72rem;
}