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

h2 {
  margin-bottom: 20px;
}

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

  margin-top: 10px;
}