mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 04:38:27 +02:00
✨ Add new palette UI
This commit is contained in:
parent
68c1d9afaf
commit
36b016a37b
83 changed files with 1710 additions and 267 deletions
12
frontend/resources/styles/common/refactor/opacity.scss
Normal file
12
frontend/resources/styles/common/refactor/opacity.scss
Normal file
|
@ -0,0 +1,12 @@
|
|||
// 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;
|
Loading…
Add table
Add a link
Reference in a new issue