aboutsummaryrefslogtreecommitdiff
path: root/client/causalloop.css
blob: 175cbf9975c95d927abb9761bdec0fdd7f66d0ad (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
.causalloop {
  position: relative;
}
.causalloop .actions {
  background-color: #fff;
  opacity: 0;
  transition: all 300ms;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 2px;
}
.causalloop .actions img {
  height: 18px;
  width: 18px;
}
.causalloop menu {
  list-style: none;
  padding: 0;
}
.causalloop menu li { display: inline-block; }
.causalloop:hover .actions {
  opacity: 1;
}
.causalloop img {
  width: 100%;
}

.causalloop.thumbnail text.label {
  cursor: pointer;
  transition: 1s font-size;
}