Commit ffb7fa4c authored by Nikolay Gromov's avatar Nikolay Gromov

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

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