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

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

  .sm-messages-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
        color: spark-blue;
        margin: 0px 5px;
        cursor: pointer;

    .cl-action-icon
      color: gray

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

  .cl-link
    cursor: pointer