blob: 800b1ebef66b789b354751e71aeecdd26a91e75d (
plain) (
tree)
|
|
@import '_variables';
@import '_mixins';
.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;
}
}
|