mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 17:23:48 -05:00
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:
parent
45e2c67264
commit
c8521820fa
1 changed files with 7 additions and 1 deletions
|
@ -3,10 +3,16 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: @line-height-computed * 0.75;
|
width: @line-height-computed * 0.75;
|
||||||
height: @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;
|
text-align: center;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
||||||
|
&::before {
|
||||||
|
line-height: @font-size-small;
|
||||||
|
font-size: @font-size-small;
|
||||||
|
}
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
Loading…
Reference in a new issue