summaryrefslogtreecommitdiff
path: root/minionlivesmatter/templates/assets/tether/examples/dolls/dolls.css
diff options
context:
space:
mode:
Diffstat (limited to 'minionlivesmatter/templates/assets/tether/examples/dolls/dolls.css')
-rw-r--r--minionlivesmatter/templates/assets/tether/examples/dolls/dolls.css18
1 files changed, 0 insertions, 18 deletions
diff --git a/minionlivesmatter/templates/assets/tether/examples/dolls/dolls.css b/minionlivesmatter/templates/assets/tether/examples/dolls/dolls.css
deleted file mode 100644
index 931c0de..0000000
--- a/minionlivesmatter/templates/assets/tether/examples/dolls/dolls.css
+++ /dev/null
@@ -1,18 +0,0 @@
-.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;
-}