summaryrefslogtreecommitdiffstats
path: root/afb-client/bower_components/tether/examples/dolls/dolls.css
blob: 931c0de252df7cfebf751295920b120d38fbb9fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.tether-element, .tether-target {
  width: 200px;
  height: 50px;
  background-color: #4cc;
  position: absolute;
}
body {
  width: 100%;
  height: 100%;
  overflow: scroll;
}
.scroll {
  width: 400%;
  height: 400%;
}
.tether-target:not(.tether-element) {
  cursor: move;
}