aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/modal/custom-modal.component.scss
blob: a7fa30cf52050ffd1b4bcaf0530265f8983edeae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@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;
}