PHP Classes

File: modules/system/assets/ui/less/tooltip.variables.less

Recommend this page to a friend!
  Packages of Luke Towers   Winter   modules/system/assets/ui/less/tooltip.variables.less   Download  
File: modules/system/assets/ui/less/tooltip.variables.less
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 7 months ago
Size: 397 bytes
 

Contents

Class file image Download
// // Tooltips // -------------------------------------------------- @tooltip-max-width: 200px; @tooltip-color: #fff; @tooltip-bg: @brand-primary; @tooltip-opacity: .9; @tooltip-arrow-width: 5px; @tooltip-arrow-color: @tooltip-bg; @tooltip-box-shadow: ~"0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23)";