- remove base-url from inline-images. path is resolved by compass (images_dir) - commend out compass configs that get overwritten in gulpfile - update gulpfile to build into version tag folder - update paths in css and templates accordingly
24 lines
401 B
SCSS
24 lines
401 B
SCSS
.pf-icon{
|
|
display: inline-block;
|
|
|
|
&.disabled{
|
|
opacity: 0.5;
|
|
color: $gray-light;
|
|
}
|
|
}
|
|
|
|
.pf-icon-dotlan{
|
|
background: inline-image("/icons/dotlan_logo.png");
|
|
width: 17px;
|
|
height: 17px;
|
|
opacity: 0.8;
|
|
margin: -5px 0px 0 10px;
|
|
}
|
|
|
|
.pf-icon-wormhol-es{
|
|
background: inline-image("/icons/wormhol_es_logo.png");
|
|
width: 17px;
|
|
height: 17px;
|
|
opacity: 0.8;
|
|
margin: -5px 0px 0 10px;
|
|
} |