25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- .optionHolder {
- ion-list {
- ion-radio-group {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: space-around;
- height: 40vh;
-
- .options {
- width: 99%;
- margin: 0 auto;
- --background: white;
- border: 1px solid #DBDBDB;
- border-radius: 25px;
-
- ion-label {
- --color: #626262;
- font-size: 1.2rem !important;
- font-weight: 200;
-
- }
- ion-radio {
- --color-checked: var(--primary-button-color);
- margin-left: 1.5rem;
- }
- }
-
- .highlighted {
- box-shadow: 0px 0px 10px #00000029;
-
- ion-radio {
- --color: var(--primary-button-color);
- }
- }
- }
- }
-
-
- }
|