Add space between button edge and content

This commit is contained in:
Corinne Durrmeyer 2024-06-21 11:07:58 +02:00
parent f3181f1f5e
commit 8cfef1bc8f
No known key found for this signature in database
GPG key ID: DDC049DDA35585B6

View file

@ -26,3 +26,11 @@
box-shadow: none; box-shadow: none;
} }
} }
// Add space between button edge and content
#modal-header__menu .fr-translate__btn {
margin-right: 0;
margin-left: 0;
padding-right: 0.5rem;
padding-left: 0.5rem;
}