blob: 04b18af3325733dc64634894b066352ddce4367c (
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;
font-size: 16px;
margin: 15px;
}
}
|