icons fix
This commit is contained in:
parent
b22c8da061
commit
e74e754ace
Binary file not shown.
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 263 KiB After Width: | Height: | Size: 263 KiB |
Binary file not shown.
Binary file not shown.
@ -422,4 +422,10 @@
|
|||||||
&:before {
|
&:before {
|
||||||
content: $i-edit;
|
content: $i-edit;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.i-close {
|
||||||
|
&:before {
|
||||||
|
content: $i-close;
|
||||||
|
}
|
||||||
}
|
}
|
@ -87,12 +87,12 @@
|
|||||||
|
|
||||||
//-- add icon
|
//-- add icon
|
||||||
|
|
||||||
@mixin inline-icomoon($icon-content, $margin) {
|
@mixin inline-icomoon($icon-content, $margin, $v-align: middle, $font-size: 1.5rem, $font-weight: $fw_regular) {
|
||||||
content: '#{$icon-content}';
|
content: '#{$icon-content}';
|
||||||
font-family: '#{$icomoon-font-family}' !important;
|
font-family: '#{$icomoon-font-family}' !important;
|
||||||
@include font-size(1.5rem);
|
@include font-size($font-size);
|
||||||
font-weight: $fw_regular;
|
font-weight: $font-weight;
|
||||||
vertical-align: middle;
|
vertical-align: $v-align;
|
||||||
margin: $margin;
|
margin: $margin;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -160,6 +160,7 @@ $i-exercise: "\e918";
|
|||||||
$i-lightbulb: "\e921";
|
$i-lightbulb: "\e921";
|
||||||
$i-check: "\e909";
|
$i-check: "\e909";
|
||||||
$i-edit: "\e932";
|
$i-edit: "\e932";
|
||||||
|
$i-close: "\e933";
|
||||||
|
|
||||||
|
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user