aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/presentationview/PresElementBox.scss
diff options
context:
space:
mode:
authorgeireann <60007097+geireann@users.noreply.github.com>2020-11-30 16:21:56 +0800
committergeireann <60007097+geireann@users.noreply.github.com>2020-11-30 16:21:56 +0800
commit5f23e030769a4b5fdfc0bb7c965aa5cb2474a393 (patch)
tree083788b8353a6a3d169554e996c99de28dcd5615 /src/client/views/presentationview/PresElementBox.scss
parentaa55078a032fafb9c24d4a195d11770fb0130222 (diff)
fixes and minor changes to temporal media settings in pres. trails
Diffstat (limited to 'src/client/views/presentationview/PresElementBox.scss')
-rw-r--r--src/client/views/presentationview/PresElementBox.scss66
1 files changed, 33 insertions, 33 deletions
diff --git a/src/client/views/presentationview/PresElementBox.scss b/src/client/views/presentationview/PresElementBox.scss
index e1eeefc30..1ad4b820e 100644
--- a/src/client/views/presentationview/PresElementBox.scss
+++ b/src/client/views/presentationview/PresElementBox.scss
@@ -157,39 +157,39 @@ $slide-active: #5B9FDD;
}
// .presItem-slide:hover {
- // .presItem-slideButtons {
- // display: flex;
- // grid-column: 7;
- // grid-row: 1/3;
- // width: max-content;
- // justify-self: right;
- // justify-content: flex-end;
-
- // .slideButton {
- // cursor: pointer;
- // position: relative;
- // border-radius: 100px;
- // z-index: 300;
- // width: 18px;
- // height: 18px;
- // display: flex;
- // font-size: 12px;
- // justify-self: center;
- // align-self: center;
- // background-color: rgba(0, 0, 0, 0.5);
- // color: white;
- // justify-content: center;
- // align-items: center;
- // transition: 0.2s;
- // margin-right: 3px;
- // }
-
- // .slideButton:hover {
- // background-color: rgba(0, 0, 0, 1);
- // transform: scale(1.2);
- // }
- // }
- // }
+// .presItem-slideButtons {
+// display: flex;
+// grid-column: 7;
+// grid-row: 1/3;
+// width: max-content;
+// justify-self: right;
+// justify-content: flex-end;
+
+// .slideButton {
+// cursor: pointer;
+// position: relative;
+// border-radius: 100px;
+// z-index: 300;
+// width: 18px;
+// height: 18px;
+// display: flex;
+// font-size: 12px;
+// justify-self: center;
+// align-self: center;
+// background-color: rgba(0, 0, 0, 0.5);
+// color: white;
+// justify-content: center;
+// align-items: center;
+// transition: 0.2s;
+// margin-right: 3px;
+// }
+
+// .slideButton:hover {
+// background-color: rgba(0, 0, 0, 1);
+// transform: scale(1.2);
+// }
+// }
+// }
.presItem-slide.active {
box-shadow: 0 0 0px 1.5px $dark-blue;