Merged in fix/SW-2243-RateCard-Icon-UI (pull request #1770)
fix(SW-2243): update RateCard checkIcon UI * fix(SW-2243): update RateCard checkIcon UI Approved-by: Christian Andolf
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
}
|
||||
|
||||
.checkIcon {
|
||||
--size: 24px;
|
||||
--size: 32px;
|
||||
width: var(--size);
|
||||
height: var(--size);
|
||||
|
||||
@@ -19,10 +19,13 @@
|
||||
top: -10px;
|
||||
right: -10px;
|
||||
|
||||
background-color: var(--Surface-UI-Fill-Active-Hover);
|
||||
border-radius: 50%;
|
||||
color: var(--Scandic-Blue-70);
|
||||
display: none;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border: 2px solid var(--Border-Inverted);
|
||||
border-radius: var(--Corner-radius-rounded);
|
||||
background-color: var(--Surface-Feedback-Succes-Accent);
|
||||
color: var(--Icon-Inverted);
|
||||
}
|
||||
|
||||
.rateCard {
|
||||
@@ -41,8 +44,8 @@
|
||||
border: 1px solid var(--Scandic-Peach-80, 'black');
|
||||
}
|
||||
|
||||
.radio:checked ~ .rateCard .checkIcon {
|
||||
display: initial;
|
||||
label:not(:has(.radio:checked)) .checkIcon {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.banner {
|
||||
|
||||
Reference in New Issue
Block a user