| .tag { | |
| height: 40px; | |
| padding: 0 30px; | |
| margin: 0 5px; | |
| border: 1px solid #000; | |
| border-radius: 10px; | |
| cursor: pointer; | |
| } | |
| .checked { | |
| color: #1677ff; | |
| border-color: #1677ff; | |
| } | |
| .logoWrapper { | |
| .pointerCursor; | |
| } | |
| .appIcon { | |
| vertical-align: middle; | |
| max-width: 36px; | |
| } | |
| .appName { | |
| vertical-align: middle; | |
| font-family: Inter; | |
| font-size: 16px; | |
| font-style: normal; | |
| font-weight: 600; | |
| line-height: 20px; | |
| } | |
| .radioGroup { | |
| & > label { | |
| height: 40px; | |
| line-height: 40px; | |
| border: 0 ; | |
| background-color: rgba(249, 249, 249, 1); | |
| font-weight: @fontWeight700; | |
| color: rgba(29, 25, 41, 1); | |
| &::before { | |
| display: none ; | |
| } | |
| } | |
| :global(.ant-radio-button-wrapper-checked) { | |
| border-radius: 6px ; | |
| } | |
| } | |
| .ant-radio-button-wrapper-checked { | |
| border-radius: 6px ; | |
| } | |
| .radioButtonIcon { | |
| vertical-align: middle; | |
| max-width: 16px; | |
| max-height: 16px; | |
| } | |