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 {
|
.asset-title {
|
||||||
display: flex;
|
display: flex;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
font-size: $fs11;
|
||||||
|
text-transform: uppercase;
|
||||||
|
|
||||||
& .num-assets {
|
& .num-assets {
|
||||||
color: $color-gray-30;
|
color: $color-gray-30;
|
||||||
|
@ -375,6 +377,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
|
border-radius: $br-small;
|
||||||
margin-top: $x-small;
|
margin-top: $x-small;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
font-size: $fs12;
|
font-size: $fs12;
|
||||||
|
|
Loading…
Reference in a new issue