aboutsummaryrefslogtreecommitdiffstats
path: root/webapp/src/app/pages/sdks/sdk-management/sdk-management.component.scss
blob: b31748d936c154a6f81f4b967f13f1c07a80d129 (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
@import '../../../@theme/styles/themes';
@import '~@nebular/theme/components/card/card.component.theme';

// FIXME SEB: remove this ugly hack and use nb-theme
#hack-i {
  color: #a4abb3; // nb-theme(color-fg);
  font-size: 1.5rem;
  margin-right: 1rem;
}

#hack-span {
  font-family: nb-theme(font-secondary);
  font-weight: nb-theme(font-weight-bold);
  color: #2a2a2a; // nb-theme(color-fg-heading);
  text-transform: uppercase;
}

@include nb-install-component() {
  nb-card-body {
    display: flex;
    align-items: center;
  }

  .action-groups-header {
    flex-basis: 20%;
    color: nb-theme(card-header-fg-heading);
    font-family: nb-theme(card-header-font-family);
    font-size: nb-theme(card-header-font-size);
    font-weight: nb-theme(card-header-font-weight);
  }

  .nb-actions {
    flex-basis: 80%;
  }

  .right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    order: 1;
    flex-direction: row-reverse;
  }

  nb-actions > nb-action {
    padding: 0;
  }

  nb-action {
    i {
      color: nb-theme(color-fg);
      font-size: 1.5rem;
      margin-right: 1rem;
    }

    span {
      font-family: nb-theme(font-secondary);
      font-weight: nb-theme(font-weight-bold);
      color: nb-theme(color-fg-heading);
      text-transform: uppercase;
    }

    button {
      margin: 0 auto;
      padding: 0;
      cursor: pointer;
      border: none;
      background: none;
      display: flex;
      align-items: center;

      &:focus {
        box-shadow: none;
        outline: none;
      }
    }
  }
}

td.ng2-smart-actions {
  height: auto !important;
}

nav.ng2-smart-pagination-nav {
  margin-left: auto;
  margin-right: auto;
}

.ng2-smart-pagination .page-link.page-link-prev,
.page-link.page-link-next {
  font-size: 1em !important;
}

.nb-theme-default ng2-smart-table .ng2-smart-actions a.ng2-smart-action {
  background-color: '#4CAF50';
  font-size: 0.8em !important;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  width: 75%;
  margin: auto;
  cursor: pointer;
}