summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/automated-upgrade/automated-upgrade-ui-components/upgrade-list-item.component.less
blob: 4507929b7f2969a44c0cbf375b8434fdb386e6d6 (plain)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
@import "./../../../../../assets/styles/override";

.components-to-upgrade-list-item {
  border: 1px solid @sdcui_color_light-gray;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.11);
  margin-bottom: 10px;
  line-height: 40px;

  .component-to-upgrade-data {
    display: flex;
    background-color: @sdcui_color_light-silver;
    height: 40px;
    padding: 0 10px;
    align-items: center;

    .component-to-upgrade-icon {
      margin-left: 26px;
    }

    .component-to-upgrade-name {
      margin-left: 8px;
    }

    .component-to-upgrade-checkbox {
      height: 24px; // Workaround can not vertical center
    }

    .upgraded-component-status {
      margin-left: auto;
    }
  }

  .vsp-data {
    align-items: center;
    display: flex;
    border-bottom: 1px solid @sdcui_color_silver;
    padding: 0 10px 0 64px;
    .vsp-data-label {
      color: @sdcui_color_text-black;
      margin-left: 7px;
      font-weight: 600;
    }
  }
}