]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+admin/plugins/plugins.component.scss
04ca8126ac8d39ff75900af7819aff6efa52905a
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / plugins / plugins.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 .form-sub-title {
5 flex-grow: 0;
6 margin-right: 30px;
7 }
8
9 @media screen and (max-width: $small-view) {
10 ::ng-deep .plugins .plugin .first-row {
11 flex-wrap: wrap;
12
13 .plugin-name,
14 .plugin-version,
15 .plugin-icon {
16 margin-bottom: 10px;
17 }
18
19 .buttons {
20 my-edit-button,
21 my-delete-button,
22 my-button {
23 .action-button {
24 padding: 0 13px;
25 }
26
27 .button-label {
28 display: none;
29 }
30 }
31 }
32 }
33 }