Skip to content

Commit

Permalink
Merge pull request #1798 from SpareBank1/develop_fix-radio-block
Browse files Browse the repository at this point in the history
fix(ffe-form): zoom radio switch
  • Loading branch information
pethel authored Feb 22, 2024
2 parents 9b7ceea + a8a0ac3 commit 3a40300
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/ffe-form/less/radio-switch.less
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
.ffe-radio-switch {
padding: 6px @ffe-spacing-sm 6px @ffe-spacing-2xl;
padding: 6px @ffe-spacing-sm;
grid-template-columns: auto 1fr;
grid-column-gap: @ffe-spacing-xs;
position: relative;
background-color: var(--ffe-v-input-bg-color);
border: 2px solid var(--ffe-g-border-color);
border-radius: 22px;
display: inline-block;
display: inline-grid;
place-items: center;
min-width: 100px;
text-align: left;
color: var(--ffe-v-radio-button-label-color);
Expand All @@ -26,7 +29,6 @@
width: 20px;
height: 20px;
border-radius: 50%;
position: absolute;
pointer-events: none;
}

Expand Down

0 comments on commit 3a40300

Please sign in to comment.