aboutsummaryrefslogtreecommitdiffstats
path: root/ui/imports/ui/components/scans-list/scans-list.styl
blob: 327ff4b336b5ed6aea6a21a393e9be97365845f1 (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
.os-scans-list
  display: flex;
  flex-flow: column nowrap;
  margin: 20px;

  .cl-action-icon,
  .card.fa.cl-action-icon
    font-size: 16px !important;

  .sm-scans-table
    th
      color: spark-blue

      a
        color: spark-blue;
        cursor: pointer;
        i.fa
          padding: 0px 3px;
          font-size: small;

    .sm-action-bar
      display: flex;

      a
        margin: 0px 5px;

    .cl-action-icon
      color: gray

  .sm-pager-section
    display: flex;
    justify-content: center;