PHP Classes

File: WITheme/WICMS/admin/less/alerts.less

Recommend this page to a friend!
  Classes of Jules Warner   WICMS   WITheme/WICMS/admin/less/alerts.less   Download  
File: WITheme/WICMS/admin/less/alerts.less
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: WICMS
Database driven content management system with PDO
Author: By
Last change:
Date: 7 years ago
Size: 512 bytes
 

Contents

Class file image Download
/* Component: alert ------------------------ */ .alert { //Add padding to allow the icon to appear padding-left: 30px; margin-left: 15px; position: relative; //Make icons float to the left corner > .fa, > .glyphicon { position: absolute; left: -15px; top: -15px; width: 35px; height: 35px; .border-radius(50%); line-height: 35px; text-align: center; background: inherit; border: inherit; } }