mirror of
https://github.com/penpot/penpot.git
synced 2026-08-30 00:29:17 +00:00
* 🎉 Add selection size badge below bounding box Signed-off-by: bittoby <218712309+bittoby@users.noreply.github.com> * 💄 Address review comments Signed-off-by: bittoby <218712309+bittoby@users.noreply.github.com> * 💄 Move selection size badge text styles to SCSS class --------- Signed-off-by: bittoby <218712309+bittoby@users.noreply.github.com> Signed-off-by: BitToby <218712309+bittoby@users.noreply.github.com> Co-authored-by: Andrey Antukh <niwi@niwi.nz>
14 lines
435 B
SCSS
14 lines
435 B
SCSS
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
//
|
|
// Copyright (c) KALEIDOS INC
|
|
|
|
@use "refactor/common-refactor.scss" as deprecated;
|
|
|
|
.badge-text {
|
|
fill: var(--app-black);
|
|
font-size: calc(deprecated.$fs-12 / var(--zoom));
|
|
font-family: "worksans", "vazirmatn", sans-serif;
|
|
}
|