New dashboard improvements.
[src/xds/xds-agent.git] / webapp / src / app / pages / projects / project-card / project-card.component.scss
1 @import '~@nebular/theme/styles/global/bootstrap/buttons';
2
3 .xds-project-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-size-x2 {
17   font-size: 20px;
18 }
19
20 th span {
21   font-weight: 100;
22 }
23
24 th label {
25   font-weight: 100;
26   margin-bottom: 0;
27 }
28
29 .btn-outline-danger.btn-xds {
30   color: #ff4c6a;
31   &:focus {
32     color: white;
33   }
34 }
35
36 .btn-outline-info.btn-xds {
37   color: #4ca6ff;
38   &:focus {
39     color: white;
40   }
41 }