aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.scss
blob: 6b7b84e299d776f247a9f04d33fd77b4825daadf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@import '_variables';
@import '_mixins';

h2 {
  margin-bottom: 20px;
}

input[type=submit],
button {
  @include peertube-button;
  @include orange-button;

  margin-top: 10px;
}