aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss
diff options
context:
space:
mode:
authoranika-ahluwalia <anika.ahluwalia@gmail.com>2020-05-15 20:32:53 -0500
committeranika-ahluwalia <anika.ahluwalia@gmail.com>2020-05-15 20:32:53 -0500
commitc8a344c86535e14be09230a083b894c821453bc0 (patch)
treed30a75719d82d3b4f62d6971d5abcf972ff94ea5 /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss
parent1c3bc5f86f885b65dc96847d9f061bdc224d94bc (diff)
parent08b6bf8b51ab631c8cfe9c3e12bfb0ae2dd7b4c7 (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into script_documents
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss')
-rw-r--r--src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss
index 60c39c825..7a84fcde1 100644
--- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss
+++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss
@@ -41,6 +41,24 @@
// touch action none means that the browser will handle none of the touch actions. this allows us to implement our own actions.
touch-action: none;
+ .fwdKeyframe, .numKeyframe, .backKeyframe{
+ cursor: pointer;
+ position: absolute;
+ width: 20;
+ height:20;
+ bottom:0;
+ background:gray;
+ }
+ .backKeyframe {
+ right:45;
+ }
+ .numKeyframe {
+ right:25;
+ }
+ .fwdKeyframe {
+ right:5;
+ }
+
.collectionfreeformview-placeholder {
background: gray;
width: 100%;