0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-22 14:39:45 -05:00
penpot/frontend/resources/styles/common/refactor/borders.scss
2023-05-22 15:59:49 +02:00

16 lines
394 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
// Border radius
$br-0: $s-0;
$br-2: $s-2;
$br-4: $s-4;
$br-5: 0.313rem;
$br-6: $s-6;
$br-8: $s-8;
$br-10: calc($s-8 + $s-2);
$br-12: $s-12;
$br-circle: 50%;