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 {
|
||||
content: $i-edit;
|
||||
}
|
||||
}
|
||||
|
||||
.i-close {
|
||||
&:before {
|
||||
content: $i-close;
|
||||
}
|
||||
}
|
@ -87,12 +87,12 @@
|
||||
|
||||
//-- 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}';
|
||||
font-family: '#{$icomoon-font-family}' !important;
|
||||
@include font-size(1.5rem);
|
||||
font-weight: $fw_regular;
|
||||
vertical-align: middle;
|
||||
@include font-size($font-size);
|
||||
font-weight: $font-weight;
|
||||
vertical-align: $v-align;
|
||||
margin: $margin;
|
||||
}
|
||||
|
||||
|
@ -160,6 +160,7 @@ $i-exercise: "\e918";
|
||||
$i-lightbulb: "\e921";
|
||||
$i-check: "\e909";
|
||||
$i-edit: "\e932";
|
||||
$i-close: "\e933";
|
||||
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user