mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -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;
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue