mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
12 lines
389 B
Plaintext
12 lines
389 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;
|
|
@tooltip-box-shadow: ~"0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 4px rgba(0, 0, 0, 0.23)"; |