Files
agent/packages/uhk-web/src/styles/uhk-icons/uhk-icon.scss
2018-06-25 00:05:01 +02:00

13 lines
237 B
SCSS

%svg-common {
background: url($uhk-icon-path) no-repeat;
}
.uhk-icon-0401-usb-stick {
@extend %svg-common;
background-position: 0 0;
}
.uhk-icon-agent-icon {
background: url('assets/images/agent-icon.png') no-repeat;
}