From 3ac8bf363a7d988d4628464f5df8f157870ff311 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Kone=C4=8Dn=C3=BD?= Date: Wed, 3 May 2023 17:14:19 +0200 Subject: [PATCH] :sparkles: removed sizing variables from radius MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ondřej Konečný --- CHANGES.md | 1 + frontend/resources/styles/common/refactor/borders.scss | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 67f36ed308..d629fcafc7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -21,6 +21,7 @@ - Set line-height to auto as 1.2 (by @akshay-gupta7) [Github #3185](https://github.com/penpot/penpot/pull/3185) - Click to select full values at the design sidebar (by @akshay-gupta7) [Github #3179](https://github.com/penpot/penpot/pull/3179) - Fix rect filter bounds math (by @ryanbreen) [Github #3180](https://github.com/penpot/penpot/pull/3180) +- Removed sizing variables from radius (by @ondrejkonec) [Github #3184](https://github.com/penpot/penpot/pull/3184) ## 1.18.3 (Unreleased) diff --git a/frontend/resources/styles/common/refactor/borders.scss b/frontend/resources/styles/common/refactor/borders.scss index 0fe6762a86..0d9cbecb07 100644 --- a/frontend/resources/styles/common/refactor/borders.scss +++ b/frontend/resources/styles/common/refactor/borders.scss @@ -10,11 +10,11 @@ $br2: $s-2; $br3: 3px; $br4: 4px; $br5: 5px; -$br6: $s-6; +$br6: 6px; $br7: 7px; -$br8: $s-8; +$br8: 8px; $br10: 10px; -$br12: $s-12; +$br12: 12px; $br25: 25px; $br50: 50px; $br99: 99px;