This commit is contained in:
Kenneth Jannette
2024-02-01 21:54:25 -06:00
parent 2ea968684c
commit 98cd71a71f
3 changed files with 11 additions and 4 deletions

View File

@@ -1,6 +1,12 @@
.radio-circle-container {
display: flex;
flex-direction: column;
&.upgrade {
background-color: rgb(149, 149, 149);
}
&.not-upgrade {
background-color: #fff;
}
height: 290px;
margin: 10px 8px 0px 8px;
border-radius: 5px;