Skip to content
Snippets Groups Projects
Commit ceebfda0 authored by Ekaterina Kondareva's avatar Ekaterina Kondareva
Browse files

Merge branch 'filter-items-tweaks' into 'development'

Add small margin to checkbox and visibility tools

See merge request julkiset-sivut/design-system-lib!98
parents 43433a44 677fda02
No related branches found
No related tags found
No related merge requests found
.hy-checkbox { .hy-checkbox {
display: inline-block; display: inline-block;
position: relative; position: relative;
margin-right: 1rem;
} }
.hy-checkbox__checkmark { .hy-checkbox__checkmark {
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
font-weight: $semibold; font-weight: $semibold;
letter-spacing: -0.35px; letter-spacing: -0.35px;
padding: 0; padding: 0;
margin-right: 1rem;
@include breakpoint($narrow) { @include breakpoint($narrow) {
@include font-size(16px, 20px); @include font-size(16px, 20px);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment