diff options
Diffstat (limited to 'web/sass-files/sass/utils/_mixins.scss')
-rw-r--r-- | web/sass-files/sass/utils/_mixins.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/web/sass-files/sass/utils/_mixins.scss b/web/sass-files/sass/utils/_mixins.scss new file mode 100644 index 000000000..28723e1a5 --- /dev/null +++ b/web/sass-files/sass/utils/_mixins.scss @@ -0,0 +1,8 @@ +@charset 'UTF-8'; + +@mixin file-icon($path) { + background: #fff url($path); + background-position: center; + background-repeat: no-repeat; + @include background-size(60px auto); +} |