mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 16:08:34 +02:00
♻️ Refactor dashboard (add teams)
This commit is contained in:
parent
47d347f357
commit
b3252ec2b2
52 changed files with 1842 additions and 1421 deletions
|
@ -9,6 +9,7 @@
|
|||
$color-white: #ffffff;
|
||||
$color-black: #000000;
|
||||
$color-canvas: #E8E9EA;
|
||||
$color-dashboard: #F6F6F6;
|
||||
|
||||
// Main color
|
||||
$color-primary: #31EFB8;
|
||||
|
|
|
@ -24,6 +24,7 @@ $size-6: 2rem;
|
|||
$br-small: 3px;
|
||||
$br-medium: 5px;
|
||||
$br-big: 8px;
|
||||
$br-huge: 12px;
|
||||
|
||||
// Alignments
|
||||
.text-left {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue