blob: 28d58a6788cc6cb55e6be3946eebc8e87f18858a (
plain) (
tree)
|
|
@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;
}
}
|