New dashboard look & feel
[src/xds/xds-agent.git] / webapp / src / app / pages / sdks / sdk-card / sdk-card.component.scss
1 @import '~@nebular/theme/styles/global/bootstrap/buttons';
2
3 .xds-sdk-card .icon {
4   padding: 0.75rem 0;
5   font-size: 1.75rem;
6 }
7
8 nb-card-body {
9   padding: 0;
10 }
11
12 nb-card-footer {
13   text-align: right;
14 }
15
16 .fa-big {
17   font-size: 20px;
18   font-weight: bold;
19 }
20
21 .fa-size-x2 {
22   font-size: 20px;
23 }
24
25 th span {
26   font-weight: 100;
27 }
28
29 th label {
30   font-weight: 100;
31   margin-bottom: 0;
32 }
33
34 tr.info>th {
35   vertical-align: middle;
36 }
37
38 tr.info>td {
39   vertical-align: middle;
40 }
41
42 .btn-outline-danger.btn-xds {
43   color: #ff4c6a;
44   &:focus {
45     color: white;
46   }
47 }