summaryrefslogtreecommitdiffstats
path: root/client/components/notifications/notification.styl
blob: 0cf0cfd5ae297368fd9bbdc4eb28dfb42e0c4271 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
#notifications-drawer
  &.show-read .notification.read
    display: flex

  .notification
    display: flex
    float: none
    padding: 12px 8px 8px
    color: black
    border-bottom: 1px solid #dbdbdb

    &.read
      display: none

    .read-status
      width: 30px

      input
        width: 24px
        height: 24px

      .activity-type
        margin: 16px 0 0
        width: 17px
        height: 17px
        font-size: 17px
        display: block
        color: #bbb

    .details
      width: calc(100% - 30px)

      .activity
        display: flex

        .activity-desc
          width: 100%;

        .activity-comment
          display: block
          width: 100%
          border-radius: 3px
          background: #fff
          text-decoration: none
          box-shadow: 0 1px 2px rgba(0,0,0,0.2)
          margin-top: 5px
          padding: 5px

        .activity-meta
          display: block
          font-size: 0.8em
          color: #999
          font-style: italic

    .remove
      a:hover
        color #eb4646 !important