mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 12:50:24 +01:00
#1140, update the font size for tooltip's bodies
This commit is contained in:
parent
bb22701dd4
commit
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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user