From 54b8482223288a4d5df41267f3c9235bab06c15e Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 24 Mar 2017 17:12:23 +0100 Subject: add minionlivesmatter --- .../templates/assets/tether/examples/dolls/dolls.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 minionlivesmatter/templates/assets/tether/examples/dolls/dolls.css (limited to 'minionlivesmatter/templates/assets/tether/examples/dolls/dolls.css') diff --git a/minionlivesmatter/templates/assets/tether/examples/dolls/dolls.css b/minionlivesmatter/templates/assets/tether/examples/dolls/dolls.css new file mode 100644 index 0000000..931c0de --- /dev/null +++ b/minionlivesmatter/templates/assets/tether/examples/dolls/dolls.css @@ -0,0 +1,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; +} -- cgit v1.3.1