aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/modal/quick-settings-modal.component.scss
blob: b0e2567443a8009d5972f37faebcde7ca8874d71 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@import '_mixins';

.modal-button {
  @include disable-default-a-behaviour;
  transform: translateY(2px);

  button {
    @include peertube-button;
    @include grey-button;
    @include button-with-icon(18px, 4px, -1px);

    my-global-icon {
      @include apply-svg-color(#585858);
    }
  }

  & + .modal-button {
    margin-left: 1rem;
  }
}

.quick-settings-title {
  @include in-content-small-title;
}