ORIENT/modules/system/assets/ui/less/tooltip.variables.less

12 lines
295 B
Plaintext

//
// Tooltips
// --------------------------------------------------
@tooltip-max-width: 200px;
@tooltip-color: #fff;
@tooltip-bg: #34495e;
@tooltip-opacity: .9;
@tooltip-arrow-width: 5px;
@tooltip-arrow-color: @tooltip-bg;