Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_cards.less « ui « stylesheets « Morpheus « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0daebd460155c1783512368a8a64679ae4b3343f (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
h1, h2, h3, h4 {
  &.card-title {
    color: @theme-color-text !important;
    a {
      color: @theme-color-text !important;
    }
  }
}

.card {
  h1, h2, h3, h4 {
    color: @theme-color-text;
  }

  > .card-content {
    .card-table {
      margin: 16px 0 16px -20px;
      box-shadow: 0 0;
      width: ~"calc(100% + 40px)";
      border-radius: 0;
    }
  }

  .card-content {
    color: @theme-color-text;
    .card-title {
      margin-bottom: 16px;
      display: block;
      font-weight: 400;
    }
  }
}

.card-table + .tableActionBar {
  margin: 0 0 0 -20px;
}