mirror of
https://github.com/penpot/penpot.git
synced 2025-08-01 06:48:28 +02:00
add new element-name styles
This commit is contained in:
parent
7035ec719a
commit
d1a624cfd5
4 changed files with 13 additions and 10 deletions
|
@ -437,6 +437,17 @@ input[type="checkbox"]:focus {
|
|||
|
||||
}
|
||||
|
||||
// Element-name
|
||||
|
||||
input.element-name {
|
||||
border: 1px solid $soft-ui-border;
|
||||
border-radius: $br-small;
|
||||
font-size: $fs13;
|
||||
margin: 0px;
|
||||
padding: 3px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
// Input select
|
||||
|
||||
.input-select {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue