adjustment
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
@import "./functions/func.scss";
|
||||
|
||||
.tooltip-color {
|
||||
.ui-tooltip-color {
|
||||
background-color: #fff;
|
||||
color: #323130;
|
||||
border-color: rgba(204, 204, 204, .8);
|
||||
@ -8,7 +8,7 @@
|
||||
@include outline();
|
||||
}
|
||||
|
||||
.tooltip-wrapper {
|
||||
.ui-tooltip-wrapper {
|
||||
position: absolute;
|
||||
word-wrap: break-word;
|
||||
height: auto;
|
||||
@ -21,7 +21,7 @@
|
||||
box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, .13), 0 0.6px 1.8px 0 rgba(0, 0, 0, .11);
|
||||
transition: visibility 0s linear 120ms, opacity 120ms ease;
|
||||
|
||||
>.tooltip-pointer {
|
||||
>.ui-tooltip-pointer {
|
||||
box-sizing: border-box;
|
||||
box-shadow: 0 5px 15px 2px rgba(0, 0, 0, .3);
|
||||
border: 1px solid #fff;
|
||||
@ -35,14 +35,14 @@
|
||||
transform-origin: center;
|
||||
}
|
||||
|
||||
>.tooltip-curtain {
|
||||
>.ui-tooltip-curtain {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
>.tooltip-content {
|
||||
>.ui-tooltip-content {
|
||||
font-size: var(--font-smaller-size);
|
||||
line-height: 1rem;
|
||||
white-space: normal;
|
||||
|
Reference in New Issue
Block a user