aboutsummaryrefslogtreecommitdiffstats
path: root/webapp/src/app/pages/targets/target-card/target-card.component.scss
blob: 6ac8d112d6dbcae8aaad151860dae1f2fbbf7fd6 (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
@import '~@nebular/theme/styles/global/bootstrap/buttons';

.xds-project-card .icon {
  padding: 0.75rem 0;
  font-size: 1.75rem;
}

nb-card-body {
  padding: 0;
}

nb-card-footer {
  text-align: right;
}

.fa-size-x2 {
  font-size: 20px;
}

th span {
  font-weight: 100;
}

th label {
  font-weight: 100;
  margin-bottom: 0;
}

.btn-outline-danger.btn-xds {
  color: #ff4c6a;
  &:focus {
    color: white;
  }
}

.btn-outline-info.btn-xds {
  color: #4ca6ff;
  &:focus {
    color: white;
  }
}