allow limiting video-comments rss feeds to an account or video channel
[oweals/peertube.git] / client / src / app / modal / instance-config-warning-modal.component.scss
1 @import '_mixins';
2 @import '_variables';
3
4 .action-button-cancel {
5   margin-right: 0 !important;
6 }
7
8 .modal-body {
9   font-size: 15px;
10 }
11
12 li {
13   margin-bottom: 10px;
14 }
15
16 .mascot {
17   display: block;
18   margin: 0 auto 50px;
19   width: 25%;
20 }
21
22 .action-button-configure {
23   display: inline-block;
24
25   @include peertube-button;
26   @include orange-button;
27   @include disable-default-a-behaviour;
28 }