aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/modal/confirm.component.scss
blob: bcd50b52e88781a0d2e812f67ee5d4bfaf212c91 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@use '_variables';
@use '_mixins';

.modal-body {
  font-size: 15px;
}

.button {
  padding: 0 13px;
}

input[type=text] {
  @include peertube-input-text(100%);
  display: block;
}

.form-group {
  margin: 20px 0;
}