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:
parent
8b0f18df5a
commit
78509f3a06
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue