X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fmenu%2Flanguage-chooser.component.scss;h=6226a85cb7dc237d95454dea0d2584e64ce89763;hb=0579dee3b29e301838387f53b91b58bff2ffb19a;hp=4574f78c6970d8eaeaab10aac42eb0098a771258;hpb=8afc19a6121569da054462c7cb351a3f13030a32;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/menu/language-chooser.component.scss b/client/src/app/menu/language-chooser.component.scss index 4574f78c6..6226a85cb 100644 --- a/client/src/app/menu/language-chooser.component.scss +++ b/client/src/app/menu/language-chooser.component.scss @@ -1,15 +1,24 @@ @import '_variables'; @import '_mixins'; -.modal-title { - text-align: center; +.help-to-translate { + @include peertube-button-link; + @include orange-button; + + &.focus-visible, + &:focus { + box-shadow: none; + } + + border-radius: 0; } .modal-body { text-align: center; a { + display: block; font-size: 16px; - margin-top: 10px; + margin: 15px; } -} \ No newline at end of file +}