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/opacity.scss
2023-05-22 15:59:49 +02:00

12 lines
311 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
// Opacity values
$op-0: 0;
$op-1: 0.1;
$op-4: 0.3;
$op-7: 0.7;
$op-10: 1;