mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Merge pull request #25418 from kaktuspalme/patch-1
This commit is contained in:
commit
ac2bc2384e
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ $border-radius-large: 10px !default;
|
|||
// Pill-style button, value is large so big buttons also have correct roundness
|
||||
$border-radius-pill: 100px !default;
|
||||
|
||||
$font-face: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Cantarell, Ubuntu, 'Helvetica Neue', Arial, 'Noto Color Emoji', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !default;
|
||||
$font-face: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Cantarell, Ubuntu, 'Helvetica Neue', Arial, sans-serif, 'Noto Color Emoji', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !default;
|
||||
$default-font-size: 15px;
|
||||
|
||||
$default-line-height: 24px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue