types_de_champs_editor: improve apparence of Move buttons

This commit is contained in:
Pierre de La Morinerie 2019-04-03 15:35:49 +02:00
parent 1acc4b6ed5
commit 1880e5161b
3 changed files with 22 additions and 13 deletions

View file

@ -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 {