devextreme
Version:
HTML5 JavaScript Component Suite for Responsive Web Development
34 lines (30 loc) • 796 B
text/less
/**
* DevExtreme (widgets/common/tooltip.less)
* Version: 20.1.4
* Build date: Tue Jun 02 2020
*
* Copyright (c) 2012 - 2020 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
@import (once) "./popover.less";
.dx-tooltip-wrapper {
.dx-overlay-content {
min-width: 34px;
min-height: 26px;
text-align: center;
line-height: 0;
&:before {
display: inline-block;
height: 100%;
content: '';
vertical-align: middle;
}
.dx-popup-content {
display: inline-block;
padding: 12px 17px;
font-size: 0.85em;
line-height: normal;
white-space: nowrap;
}
}
}