10 lines
133 B
CSS
10 lines
133 B
CSS
|
.line__tooltip {
|
||
|
padding: 2px 10px 7px;
|
||
|
line-height: 1.1;
|
||
|
color: #fff;
|
||
|
}
|
||
|
|
||
|
.line__tooltip-text {
|
||
|
font-size: 0.7rem;
|
||
|
}
|