mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 02:51:57 +02: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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user