summaryrefslogtreecommitdiff
path: root/assets/sass/_tooltip.sass
blob: 95ea10320abb4cd72234383df07eb7f587a78e51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
@import variables

.tooltip
  i.fa
    cursor: pointer

  .fa-info-circle
    color: color('light')

#tooltip-container
  padding: 5px
  background: #fff
  border: 1px solid #ddd
  border-radius: 4px
  box-shadow: 0 6px 12px #aaa
  position: absolute
  min-width: 350px

  .markdown p
    margin-bottom: 0

  .tooltip-large
    width: 600px