Skip to content
Snippets Groups Projects
Commit 92e3ee38 authored by Sinzeanu Demetriad's avatar Sinzeanu Demetriad
Browse files

Merge branch 'HIN-1033' into 'develop'

Hin 1033

See merge request !83
parents de1c8001 20abacaa
No related branches found
No related tags found
2 merge requests!110Sprint 21 Features,!83Hin 1033
...@@ -22,6 +22,7 @@ const Checkbox = css` ...@@ -22,6 +22,7 @@ const Checkbox = css`
background: url('data:image/svg+xml;utf8,${encodeURIComponent( background: url('data:image/svg+xml;utf8,${encodeURIComponent(
checkIcon, checkIcon,
)}') center no-repeat, ${th('colorPrimary')}; )}') center no-repeat, ${th('colorPrimary')};
background-size: contain;
} }
` `
...@@ -32,6 +33,7 @@ Checkbox.Input = css` ...@@ -32,6 +33,7 @@ Checkbox.Input = css`
` `
Checkbox.Label = css` Checkbox.Label = css`
font-weight: 600;
&::before { &::before {
content: ' '; content: ' ';
background: transparent; background: transparent;
...@@ -40,10 +42,10 @@ Checkbox.Label = css` ...@@ -40,10 +42,10 @@ Checkbox.Label = css`
box-sizing: border-box; box-sizing: border-box;
display: inline-block; display: inline-block;
margin-right: ${th('gridUnit')}; margin-right: ${th('gridUnit')};
vertical-align: middle; vertical-align: text-bottom;
height: calc(${th('gridUnit')} * 3); height: calc(${th('gridUnit')} * 2);
width: calc(${th('gridUnit')} * 3); width: calc(${th('gridUnit')} * 2);
} }
` `
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment