File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
frontends/web/src/components/forms Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1313 flex-direction : column;
1414 font-size : var (--size-default );
1515 margin-right : var (--space-half );
16- padding-left : calc (var ( --space-half ) + var (--space-quarter ));
16+ padding-left : calc (1.6 rem + var (--space-quarter ));
1717 position : relative;
1818}
1919
2222 background : var (--background-secondary );
2323 content : '' ;
2424 display : inline-block;
25- width : 12 px ;
26- height : 12 px ;
25+ width : 1.2 rem ;
26+ height : 1.2 rem ;
2727 position : absolute;
28- top : 4 px ;
28+ top : .4 rem ;
2929 left : 0 ;
3030 transition : all 100ms ease;
3131}
3232
3333.radio input + label ::before {
34- border : 1 px solid var (--background-tertiary );
34+ border : var ( --border-width ) solid var (--background-tertiary );
3535 border-radius : 1em ;
3636}
3737
3838.radio input + label ::after {
3939 background : var (--color-blue );
4040 border-radius : 1em ;
41- width : 10 px ;
42- height : 10 px ;
41+ width : 1 rem ;
42+ height : 1 rem ;
4343 position : absolute;
44- top : 6 px ;
45- left : 2 px ;
44+ top : .6 rem ;
45+ left : .2 rem ;
4646 opacity : 0 ;
4747 transform : scale (0 );
4848}
You can’t perform that action at this time.
0 commit comments