mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
2d9b089e16
Fix inconsistent use of tabs and spaces in less files GitOrigin-RevId: c69667f0dc6bc70ea3623890e2b2b741e358d454
10 lines
158 B
Text
10 lines
158 B
Text
.v1-badge {
|
|
&:extend(.label);
|
|
&:extend(.label-default);
|
|
vertical-align: 11%;
|
|
padding: 1px 3px;
|
|
margin: 0 6px;
|
|
&:before {
|
|
content: 'V1';
|
|
}
|
|
}
|