Merge pull request #5994 from overleaf/ta-beta-badge-font-size

Enforce Beta & Info Badges Font Size

GitOrigin-RevId: 679e5c0ee90f541be003891e85074212961f1571
This commit is contained in:
Jessica Lawshe 2021-12-02 09:19:04 -06:00 committed by Copybot
parent 45e2c67264
commit c8521820fa

View file

@ -3,10 +3,16 @@
display: inline-block;
width: @line-height-computed * 0.75;
height: @line-height-computed * 0.75;
line-height: @line-height-computed * 0.75;
line-height: @font-size-small;
font-size: @line-height-computed * 0.75;
text-align: center;
color: #fff;
&::before {
line-height: @font-size-small;
font-size: @font-size-small;
}
&:hover,
&:focus {
color: #fff;