0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-26 16:39:49 -05:00
penpot/frontend/resources/styles/common/refactor/borders.scss

17 lines
394 B
SCSS
Raw Normal View History

// 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
2023-04-27 12:44:11 +02:00
$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%;