summaryrefslogtreecommitdiff
path: root/assets/sass/_comment.sass
blob: e61ef4627c3a5267c056677598cbf248b905372a (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
.comment-sorting
  text-align: right
  a
    color: #555
    font-weight: normal
    text-decoration: none
    &:hover
      color: #aaa

.comment
  padding: 5px
  margin-bottom: 15px
  &:hover
    background: #fafafa

.comment-title
  border-bottom: 1px dotted #eee
  margin-left: 55px
  margin-bottom: 10px

.comment-date
  color: #999
  font-weight: 200

.comment-actions
  font-size: $text-small
  margin-left: 55px
  margin-top: 8px
  li
    display: inline
  a
    color: #999
    text-decoration: none
    &:focus, &:hover
      color: #333
      text-decoration: underline

.comment-content
  margin-left: 55px