summaryrefslogtreecommitdiff
path: root/2/plugins/screen-diff/styles.css
diff options
context:
space:
mode:
authorromangraef <romangraef@users.noreply.github.com>2021-08-12 23:32:25 +0000
committerromangraef <romangraef@users.noreply.github.com>2021-08-12 23:32:25 +0000
commit09dbaa8df9aec51cf41694266574ad330963dfbe (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /2/plugins/screen-diff/styles.css
parent2d930ff2584477b3c7ecda22110ae021db1a7767 (diff)
downloadwebos-09dbaa8df9aec51cf41694266574ad330963dfbe.tar.gz
webos-09dbaa8df9aec51cf41694266574ad330963dfbe.tar.bz2
webos-09dbaa8df9aec51cf41694266574ad330963dfbe.zip
Automated deployment: Thu Aug 12 23:32:25 UTC 2021 b08f576aaaac1242a35a8b9d6dd7482a8124d732
Diffstat (limited to '2/plugins/screen-diff/styles.css')
-rw-r--r--2/plugins/screen-diff/styles.css30
1 files changed, 0 insertions, 30 deletions
diff --git a/2/plugins/screen-diff/styles.css b/2/plugins/screen-diff/styles.css
deleted file mode 100644
index 6cf2219..0000000
--- a/2/plugins/screen-diff/styles.css
+++ /dev/null
@@ -1,30 +0,0 @@
-.screen-diff__switchers {
- margin-bottom: 1em;
-}
-
-.screen-diff__switchers label + label {
- margin-left: 1em;
-}
-
-.screen-diff__overlay {
- position: relative;
- cursor: col-resize;
-}
-
-.screen-diff__container {
- overflow-x: auto;
-}
-
-.screen-diff__image-over {
- top: 0;
- left: 0;
- bottom: 0;
- background: #fff;
- position: absolute;
- overflow: hidden;
- box-shadow: 2px 0 1px -1px #aaa;
-}
-
-.screen-diff-error {
- color: #fd5a3e;
-}