types_de_champs_editor: improve apparence of Move buttons
This commit is contained in:
parent
1acc4b6ed5
commit
1880e5161b
3 changed files with 22 additions and 13 deletions
|
@ -14,8 +14,20 @@
|
|||
}
|
||||
|
||||
.move {
|
||||
height: 44px;
|
||||
border-radius: 25px;
|
||||
margin-right: 10px;
|
||||
margin-bottom: 5px;
|
||||
|
||||
&:first-of-type {
|
||||
border-bottom-left-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
margin-bottom: -1px;
|
||||
}
|
||||
|
||||
&:last-of-type {
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&.type-header-section {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue