mirror of
https://github.com/github/choosealicense.com
synced 2024-11-12 22:48:54 +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;
|
||||
}
|
||||
|
||||
// Selecting all the tooltip bodies to increase their font-size
|
||||
[class*="hint--"][aria-label]:after {
|
||||
font-size: 0.80rem;
|
||||
}
|
||||
|
||||
/* For modern browsers */
|
||||
.clearfix:before,
|
||||
|
Loading…
Reference in New Issue
Block a user