summaryrefslogtreecommitdiffstats
path: root/webapp/sass/utils/_mixins.scss
blob: 28723e1a5f80ae993cfe72b3b5672c705cc0f418 (plain)
1
2
3
4
5
6
7
8
@charset 'UTF-8';

@mixin file-icon($path) {
    background: #fff url($path);
    background-position: center;
    background-repeat: no-repeat;
    @include background-size(60px auto);
}