PHP Classes

File: public/assets/less/material/components/_popover.less

Recommend this page to a friend!
  Classes of Wang   Tagydes   public/assets/less/material/components/_popover.less   Download  
File: public/assets/less/material/components/_popover.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: 367 bytes
 

Contents

Class file image Download
/* Component - Popover */ .popover { font-family: inherit; padding: 0; border: none; box-shadow: 0 10px 30px 0px rgba(0,0,0,.2); } .popover-title { padding: 10px 12px; background: #f5f5f5; border: none; font-size: 13px; line-height: 16px; } .popover-content { padding: 12px; min-width: 240px; } .popover > .arrow { border-color: transparent !important; }