1
0
mirror of https://github.com/kidoman/embd synced 2025-02-10 12:43:18 +01:00

24 lines
394 B
SCSS
Raw Normal View History

2014-03-31 06:33:08 +05:30
/* 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;
}