Use pointer for search suggestions
[oweals/peertube.git] / client / src / app / modal / custom-modal.component.scss
1 @import '_mixins';
2 @import '_variables';
3
4 .modal-body {
5   font-size: 15px;
6 }
7
8 li {
9   margin-bottom: 10px;
10 }
11
12 .action-button-cancel {
13   @include peertube-button;
14   @include grey-button;
15 }
16
17 .action-button-confirm {
18   @include peertube-button;
19   @include orange-button;
20 }