WIP plugins: add plugin settings/uninstall in client
[oweals/peertube.git] / client / src / app / +admin / plugins / shared / toggle-plugin-type.scss
1 @import '_variables';
2 @import '_mixins';
3
4 .toggle-plugin-type {
5   display: flex;
6   justify-content: center;
7   margin-bottom: 30px;
8
9   p-selectButton {
10     /deep/ {
11       .ui-button-text {
12         font-size: 15px;
13       }
14
15       .ui-button.ui-state-active {
16         background-color: var(--mainColor);
17         border-color: var(--mainColor);
18       }
19     }
20   }
21 }