0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-11 15:21:18 -05:00

💄 Set option background in dashboard

This commit is contained in:
mathieu.brunot 2019-02-19 22:42:00 +01:00
parent 47a20b1784
commit 79f7d29df9
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0

View file

@ -37,6 +37,11 @@
margin-bottom: 0;
margin-left: $medium;
padding: 3px 25px 3px 3px;
option {
color: $intense-ui-text;
background: $secondary-ui-bg;
}
}
}