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

fix element-name

This commit is contained in:
Juan de la Cruz 2019-12-20 10:46:37 +01:00
parent 8b0f18df5a
commit 78509f3a06

View file

@ -442,8 +442,10 @@ input[type="checkbox"]:focus {
// Element-name
input.element-name {
border: 1px solid $soft-ui-border;
background-color: $dark-ui-bg;
border: 1px solid $intense-ui-border;
border-radius: $br-small;
color: $intense-ui-text;
font-size: $fs13;
margin: 0px;
padding: 3px;