Skip to content
代码片段 群组 项目
未验证 提交 bece406a 编辑于 作者: Martin Wortschack's avatar Martin Wortschack 提交者: GitLab
浏览文件

Merge branch 'slashmanov/rapid-diffs-code-font-size' into 'master'

No related branches found
No related tags found
无相关合并请求
$base-font-size: 16px;
$code-row-height-target: 20px;
$code-font-size-target: 12.5px;
$code-row-height: calc($code-row-height-target / $base-font-size * 1rem);
$code-font-size: calc($code-font-size-target / $base-font-size * 1rem);
$code-line-height: calc($code-row-height-target / $code-font-size-target);
@use 'highlight/common'; @use 'highlight/common';
@use 'constants';
.rd-text-view-root { .rd-text-view-root {
font-family: $monospace-font; font-family: $monospace-font;
line-height: $code-line-height; line-height: constants.$code-line-height;
font-size: $code-font-size; font-size: constants.$code-font-size;
} }
.rd-text-view-root, .rd-text-view-root,
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册