mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -05:00
💄 Add new color assets styles and titles
This commit is contained in:
parent
ddbaee228a
commit
5c0bc1cf84
1 changed files with 3 additions and 0 deletions
|
@ -164,6 +164,8 @@
|
|||
.asset-title {
|
||||
display: flex;
|
||||
cursor: pointer;
|
||||
font-size: $fs11;
|
||||
text-transform: uppercase;
|
||||
|
||||
& .num-assets {
|
||||
color: $color-gray-30;
|
||||
|
@ -375,6 +377,7 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
border: 1px solid transparent;
|
||||
border-radius: $br-small;
|
||||
margin-top: $x-small;
|
||||
padding: 2px;
|
||||
font-size: $fs12;
|
||||
|
|
Loading…
Reference in a new issue