Add space between button edge and content
This commit is contained in:
parent
f3181f1f5e
commit
8cfef1bc8f
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue