Improve nav in admin/configuration
[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     ::ng-deep {
11       .ui-button-text {
12         font-size: 15px;
13         font-weight: 600;
14       }
15
16       .ui-button.ui-state-active {
17         background-color: var(--mainColor);
18         border-color: var(--mainColor);
19       }
20     }
21   }
22 }