mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 01:09:39 +02:00
📎 Fix scss linter issues
This commit is contained in:
parent
eb2187daf2
commit
63668fb66e
7 changed files with 56 additions and 18 deletions
|
@ -1204,7 +1204,9 @@
|
|||
|
||||
.go-to-lib-button {
|
||||
color: $color-white;
|
||||
transition: border 0.3s, color 0.3s;
|
||||
transition:
|
||||
border 0.3s,
|
||||
color 0.3s;
|
||||
text-align: center;
|
||||
background: $color-gray-50;
|
||||
padding: 0.5rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue