]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+admin/plugins/plugins.component.scss
preserve original variable names server-side
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / plugins / plugins.component.scss
CommitLineData
d00dc28d
C
1@import '_variables';
2@import '_mixins';
3
4.form-sub-title {
5 flex-grow: 0;
6 margin-right: 30px;
7}
7a03209d
K
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}