aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/views/search/search.sass
blob: 83f297fe30593bae4b7e97f3f3106b05ac8daec6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.timeline-search-result-item
  @extend .rounded
  border: 1px solid
  border-color: $gray-200
  background: $gray-100
  transition: all 0.3s
  &:hover
    border-color: $primary
    
.timeline-search-result-item-avatar
  width: 2em
  height: 2em
  border-radius: 50%