improve Formatting buttons style

pull/28788/head^2
Florian Duros 2022-10-13 17:14:08 +02:00
parent b190163a4b
commit 3f8baa4547
No known key found for this signature in database
GPG Key ID: 9700AA5870258A0B
1 changed files with 6 additions and 2 deletions

View File

@ -25,11 +25,15 @@ limitations under the License.
height: var(--size); height: var(--size);
line-height: var(--size); line-height: var(--size);
width: auto; width: auto;
padding-left: var(--size); padding-left: 22px;
margin-right: 2px; margin-right: 8px;
background-color: transparent; background-color: transparent;
border: none; border: none;
&:first-child {
margin-left: 12px;
}
&:last-child { &:last-child {
margin-right: auto; margin-right: auto;
} }