1
0
mirror of https://github.com/kidoman/embd synced 2024-06-01 16:48:06 +02:00
embd/bower_components/gumby/sass/ui/_icons.scss

24 lines
394 B
SCSS
Raw Normal View History

2014-03-31 03:03:08 +02:00
/* 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;
}