mirror of
https://github.com/penpot/penpot.git
synced 2025-01-30 10:51:09 -05:00
21 lines
427 B
SCSS
21 lines
427 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
|
|
$br0: 0px;
|
|
$br2: $s-2;
|
|
$br3: 3px;
|
|
$br4: 4px;
|
|
$br5: 5px;
|
|
$br6: $s-6;
|
|
$br7: 7px;
|
|
$br8: $s-8;
|
|
$br10: 10px;
|
|
$br12: $s-12;
|
|
$br25: 25px;
|
|
$br50: 50px;
|
|
$br99: 99px;
|
|
$br-circle: 50%;
|