#1140, update the font size for tooltip's bodies
This commit is contained in:
Родитель
bb22701dd4
Коммит
176a622db0
|
@ -466,6 +466,10 @@ strong {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Selecting all the tooltip bodies to increase their font-size
|
||||||
|
[class*="hint--"][aria-label]:after {
|
||||||
|
font-size: 0.80rem;
|
||||||
|
}
|
||||||
|
|
||||||
/* For modern browsers */
|
/* For modern browsers */
|
||||||
.clearfix:before,
|
.clearfix:before,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче