PHP Classes

File: public/assets/less/apple/widget/_widget_img.less

Recommend this page to a friend!
  Classes of Wang   Tagydes   public/assets/less/apple/widget/_widget_img.less   Download  
File: public/assets/less/apple/widget/_widget_img.less
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Tagydes
E-commerce Web administration panel and API
Author: By
Last change:
Date: 1 year ago
Size: 514 bytes
 

Contents

Class file image Download
/* Widget - Widget Image */ .widget-img { overflow: hidden; width: 40px; height: 40px; line-height: 40px; background-repeat: no-repeat; background-size: cover; background-position: center; } .widget-img.widget-img-xl { width: 80px; height: 80px; line-height: 80px; } .widget-img.widget-img-lg { width: 60px; height: 60px; line-height: 60px; } .widget-img.widget-img-sm { width: 30px; height: 30px; line-height: 30px; } .widget-img.widget-img-xs { width: 20px; height: 20px; line-height: 20px; }