summaryrefslogtreecommitdiffstats
path: root/webapp/src/app/pages/sdks/sdk-card/sdk-card.component.scss
blob: a83cca43bb0a8c4882ce7e1edf723b16f32afc50 (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
@import '~@nebular/theme/styles/global/bootstrap/buttons';

.xds-sdk-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;
  }
}