mirror of
https://github.com/kidoman/embd
synced 2025-02-10 12:43:18 +01:00
24 lines
394 B
SCSS
24 lines
394 B
SCSS
![]() |
/* Icons */
|
||
|
|
||
|
[class^="icon-"] a:before,
|
||
|
[class*=" icon-"] a:before,
|
||
|
[class^="icon-"] a:after,
|
||
|
[class*=" icon-"] a:after,
|
||
|
i[class^="icon-"],
|
||
|
i[class*=" icon-"] {
|
||
|
font-family: "#{$icons}";
|
||
|
position:absolute;
|
||
|
text-decoration:none;
|
||
|
zoom: 1;
|
||
|
}
|
||
|
|
||
|
i[class^="icon-"],
|
||
|
i[class*=" icon-"] {
|
||
|
display: inline-block;
|
||
|
position: static;
|
||
|
min-width: 20px;
|
||
|
margin: 0 5px;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|