PHP Classes

File: SmallServerAdmin/Content/scss/sprites/_webservers.png.scss

Recommend this page to a friend!
  Classes of Aleksey Nemiro   PHP Small Server Administrator   SmallServerAdmin/Content/scss/sprites/_webservers.png.scss   Download  
File: SmallServerAdmin/Content/scss/sprites/_webservers.png.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Small Server Administrator
Web panel for small Debian and Ubuntu servers
Author: By
Last change:
Date: 7 years ago
Size: 412 bytes
 

Contents

Class file image Download
?/* @import this file directly into your existing Scss files to use these mixins */ @mixin sprite-apache24() { /* You may have to set 'display: block' */ width: 24px; height: 24px; background: url('/Content/images/webservers.png') -1px -1px; } @mixin sprite-nginx24() { /* You may have to set 'display: block' */ width: 24px; height: 24px; background: url('/Content/images/webservers.png') -1px -26px; }