This commit is contained in:
Kenneth Jannette
2024-02-23 05:24:03 -06:00
parent 715c15221c
commit 0cc5985f69
5 changed files with 16 additions and 9 deletions

View File

@@ -1,6 +1,9 @@
.radio-circle-container {
display: flex;
flex-direction: column;
align-items: center;
margin-right: auto;
margin-left: auto;
&.upgrade {
background-color: rgb(149, 149, 149);
}
@@ -8,17 +11,19 @@
background-color: #fff;
}
height: 345px;
margin: 10px 8px 0px 8px;
border-radius: 5px;
border: 1px solid #d4d4d4;
}
.radio-circle-top {
width: 248px;
height: 40px;
display: flex;
flex-direction: row;
margin-top: 12px;
margin-top: 18px;
margin-left: 2px;
border: 1px solid var(--accent-orange-light);
border-radius: 10px;
}
.radio-circle-lower {