Add more side padding in ParamButton
This commit is contained in:
parent
9d696925e3
commit
f7230b9f43
|
@ -32,9 +32,9 @@ param-button {
|
||||||
border-color: #0a0a0a;
|
border-color: #0a0a0a;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
child-top: 1s;
|
child-top: 1s;
|
||||||
child-right: 5px;
|
child-right: 7px;
|
||||||
child-bottom: 1s;
|
child-bottom: 1s;
|
||||||
child-left: 5px;
|
child-left: 7px;
|
||||||
background-color: #80808000;
|
background-color: #80808000;
|
||||||
transition: background-color 0.1 0;
|
transition: background-color 0.1 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue