#1140, update the font size for tooltip's bodies

This commit is contained in:
Ahmed Ejaz 2023-08-27 21:24:40 +05:00
Родитель bb22701dd4
Коммит 176a622db0
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -466,6 +466,10 @@ strong {
display: block;
}
// Selecting all the tooltip bodies to increase their font-size
[class*="hint--"][aria-label]:after {
font-size: 0.80rem;
}
/* For modern browsers */
.clearfix:before,