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

h2 {
  margin-bottom: 20px;
}

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

  margin-top: 10px;
}