blob: a7fa30cf52050ffd1b4bcaf0530265f8983edeae (
plain) (
tree)
|
|
@import '_mixins';
@import '_variables';
.modal-body {
font-size: 15px;
}
li {
margin-bottom: 10px;
}
.action-button-cancel {
@include peertube-button;
@include grey-button;
}
.action-button-confirm {
@include peertube-button;
@include orange-button;
}
|