mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-23 00:28:48 +08:00
c05c429803
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com> Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Florian Duros <florian.duros@ormaz.fr> Co-authored-by: Kim Brose <kim.brose@nordeck.net> Co-authored-by: Florian Duros <florianduros@element.io> Co-authored-by: R Midhun Suresh <hi@midhun.dev> Co-authored-by: dbkr <986903+dbkr@users.noreply.github.com> Co-authored-by: ElementRobot <releases@riot.im> Co-authored-by: dbkr <dbkr@users.noreply.github.com> Co-authored-by: David Baker <dbkr@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com> Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Co-authored-by: David Langley <davidl@element.io> Co-authored-by: Michael Weimann <michaelw@matrix.org> Co-authored-by: Timshel <Timshel@users.noreply.github.com> Co-authored-by: Sahil Silare <32628578+sahil9001@users.noreply.github.com> Co-authored-by: Will Hunt <will@half-shot.uk> Co-authored-by: Hubert Chathi <hubert@uhoreg.ca> Co-authored-by: Andrew Ferrazzutti <andrewf@element.io> Co-authored-by: Robin <robin@robin.town> Co-authored-by: Tulir Asokan <tulir@maunium.net>
46 lines
1.1 KiB
Plaintext
46 lines
1.1 KiB
Plaintext
/*
|
|
Copyright 2024 New Vector Ltd.
|
|
Copyright 2020 The Matrix.org Foundation C.I.C.
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only
|
|
Please see LICENSE files in the repository root for full details.
|
|
*/
|
|
|
|
/*
|
|
* SCSS variables defining a range of font sizes.
|
|
*
|
|
* These are defined in `rem` so that they scale with the `font-size` of the root element (which is adjustable via the
|
|
* "Font size" setting). They exist to make the job of converting designs (which tend to be based in pixels) into CSS
|
|
* easier.
|
|
*
|
|
*/
|
|
$font-1px: 0.0625rem;
|
|
$font-8px: 0.5rem;
|
|
$font-9px: 0.5625rem;
|
|
$font-10px: 0.625rem;
|
|
$font-10-4px: 0.6275rem;
|
|
$font-11px: 0.6875rem;
|
|
$font-12px: 0.75rem;
|
|
$font-13px: 0.8125rem;
|
|
$font-14px: 0.875rem;
|
|
$font-15px: 0.9375rem;
|
|
$font-16px: 1rem;
|
|
$font-17px: 1.0625rem;
|
|
$font-18px: 1.125rem;
|
|
$font-20px: 1.25rem;
|
|
$font-22px: 1.375rem;
|
|
$font-23px: 1.4375rem;
|
|
$font-24px: 1.5rem;
|
|
$font-25px: 1.5625rem;
|
|
$font-26px: 1.625rem;
|
|
$font-28px: 1.75rem;
|
|
$font-29px: 1.8125rem;
|
|
$font-30px: 1.875rem;
|
|
$font-32px: 2rem;
|
|
$font-34px: 2.125rem;
|
|
$font-35px: 2.1875rem;
|
|
$font-39px: 2.4375rem;
|
|
$font-42px: 2.625rem;
|
|
$font-44px: 2.75rem;
|
|
$font-48px: 3rem;
|