aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/card/index.scss
blob: bde54a15ebde6490638efb5c84348e0032fadbc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
.card {
  border-radius: 4px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08);
  padding: 8px;

  &__title {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 4px;
    text-transform: capitalize;
  }
}