mirror of
https://github.com/penpot/penpot.git
synced 2025-01-22 14:39:45 -05:00
12 lines
311 B
SCSS
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;
|