blob: 4a76a13190d0de702bbbf64d7d8eef8f9b72ee33 (
plain) (
tree)
|
|
@import '_mixins';
@import '_variables';
.action-button-cancel {
margin-right: 0 !important;
}
.modal-body {
font-size: 15px;
}
li {
margin-bottom: 10px;
}
.configure-instance {
text-align: center;
font-weight: 600;
font-size: 18px;
margin-top: 40px;
margin-bottom: 10px;
}
.mascot {
display: block;
margin: 0 auto 50px;
}
.action-button-configure {
display: inline-block;
@include peertube-button;
@include orange-button;
}
|