]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+admin/plugins/shared/toggle-plugin-type.scss
Use ::ng-deep instead of /deep/
[github/Chocobozzz/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 }
14
15 .ui-button.ui-state-active {
16 background-color: var(--mainColor);
17 border-color: var(--mainColor);
18 }
19 }
20 }
21 }