fontello unpack script & improved checkbox style

This commit is contained in:
2017-07-29 12:33:55 +02:00
parent 083eb4a9b3
commit e42407ad62
9 changed files with 232 additions and 111 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,5 +1,5 @@
@import "normalize";
@import "fontello-embedded";
@import "fontello";
@import "lib/bourbon/bourbon";
@import "grid-settings";
+7 -4
View File
@@ -33,17 +33,20 @@
color: $c-form-highlight-a;
&::before {
font-weight: bold;
font-family: "fontello";
position: absolute;
content: '×';
//content: '×';
//content: '✓';
left: 0; top: 0; right: 0; bottom: 0;
line-height: $h - 1px;
line-height: 25px;
text-align: center;
font-size: $h;
font-size: 20px;
vertical-align: middle;
display: none;
}
@include icon-content('ok');
&.checked::before {
display: block;
}