summaryrefslogtreecommitdiff
path: root/src/assets/styles/bmc/_sila/_card.scss
blob: d7ac04d2e217f37ed687f07ac5c845a9e3fe5d3b (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
.card {
  border-radius: $border-radius;
  .bg-success {
    background-color: theme-color-light('success')!important;
  }
}

.card-header {
  .card-header-tabs {
    border: none !important;

    .nav-link {
      border: none !important;
      color: $text-secondary;
      font-weight: 500 !important;
      background: none !important;
      &:hover {
        color: $red-hover
      }
    }

    .nav-link.active {
      color: $red-active !important;
      text-decoration: underline;
    }
  }
}

.card-body dd .status-icon {
  line-height: 1.1;
}

.card-buttons > a {
  font-weight: 500;
  font-size: .825rem;
  vertical-align: baseline;
}