We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 645ed1a commit ed515c4Copy full SHA for ed515c4
lib/radioButtonGroup/theme.module.scss
@@ -10,7 +10,7 @@
10
position: relative;
11
opacity: 0;
12
cursor: pointer;
13
- margin: 3px;
+ margin: 0px;
14
}
15
/* Fixes width issue in safari */
16
@media not all and (min-resolution:.001dpcm) {
@@ -31,10 +31,18 @@
31
32
33
:local(.customized-radio) {
34
+ display: inline-block;
35
border: 3px solid $secondary-grey;
36
border-radius: 50%;
37
padding: 3px;
38
+ height: 30px;
39
+ width: 30px;
40
+ box-sizing: border-box;
41
.inner {
42
43
+ height: 100%;
44
+ width: 100%;
45
+ box-sizing: content-box;
46
47
&.checked {
48
background: $secondary-blue;
0 commit comments