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

13 lines
311 B
SCSS
Raw Normal View History

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