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

24 lines
295 B
SCSS
Raw Normal View History

2021-05-27 16:25:00 +00:00
@use '_variables' as *;
@use '_mixins' as *;
2018-06-28 11:59:48 +00:00
.help-to-translate {
@include peertube-button-link;
@include orange-button;
2021-04-28 14:41:07 +00:00
border-radius: 0;
&.focus-visible,
&:focus {
box-shadow: none;
}
}
2018-06-28 11:59:48 +00:00
.modal-body {
text-align: center;
a {
display: block;
margin: 15px;
2018-06-28 11:59:48 +00:00
}
}