/*
Here we can add any customization required for French language
using .lang-es followed by elements which you want to customize.

For e.g
.lang-fr .button {
    background: red !important;
}
*/
.lang-fr .screen .action-button {
    display: inline-block;
    margin-bottom: 10px;
}
