Commit ffb7fa4c authored by Nikolay Gromov's avatar Nikolay Gromov

Рефакторинг: field-checkbox

parent d142490f
......@@ -48,10 +48,10 @@
// &:before {
// content: '';
// position: absolute;
// top: rem(5px);
// top: 5px;
// left: 0;
// width: rem(14px);
// height: rem(14px);
// width: 14px;
// height: 14px;
// background-image: svg-load('../blocks/field-checkbox/bg-img/checkbox.svg');
// background-size: 100%;
// }
......@@ -66,10 +66,10 @@
&:before {
content: '';
position: absolute;
top: rem(5px);
top: 5px;
left: 0;
width: rem(14px);
height: rem(14px);
width: 14px;
height: 14px;
border: 2px solid currentColor;
border-radius: $border-radius;
}
......@@ -81,10 +81,10 @@
&:after {
content: '';
position: absolute;
top: rem(6px);
top: 6px;
left: 3px;
width: rem(14px);
height: rem(6px);
width: 14px;
height: 6px;
opacity: 0;
border-left: 2px solid currentColor;
border-bottom: 2px solid currentColor;
......
Markdown is supported
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