aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/plugins/plugins.component.scss
blob: ce9825f53853c3ae967e429bf8c46f19959d1f6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
@import '_variables';
@import '_mixins';

@media screen and (max-width: $small-view) {
  ::ng-deep .plugins .plugin .first-row {
    flex-wrap: wrap;

    .plugin-name,
    .plugin-version,
    .plugin-icon {
      margin-bottom: 10px;
    }

    .buttons {
      my-edit-button,
      my-delete-button,
      my-button {
        .action-button {
          padding: 0 13px;
        }

        .button-label {
          display: none;
        }
      }
    }
  }
}