1
0
Fork 0
peertube/client/src/app/menu/language-chooser.component....

24 lines
295 B
SCSS

@use '_variables' as *;
@use '_mixins' as *;
.help-to-translate {
@include peertube-button-link;
@include orange-button;
border-radius: 0;
&.focus-visible,
&:focus {
box-shadow: none;
}
}
.modal-body {
text-align: center;
a {
display: block;
margin: 15px;
}
}