aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/comment/video-comment-add.component.scss
blob: 9661062e8f3e3cb1007efff70e60b507835f1587 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@import '_variables';
@import '_mixins';

.form-group {
  margin-bottom: 10px;
}

textarea {
  @include peertube-textarea(100%, 150px);
}

.submit-comment {
  display: flex;
  justify-content: end;

  button {
    @include peertube-button;
    @include orange-button
  }
}