diff options
| author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-05-24 10:40:21 +0530 |
|---|---|---|
| committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-05-24 10:40:21 +0530 |
| commit | 2d0086420282c8e09841a1ce556679627bd3d857 (patch) | |
| tree | 7110c03d51783654bf5e8fe6f7d295ec683066d5 /src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss | |
| parent | 83d282a6b5e607e3c7dae4b5e5d37a8b458f81cc (diff) | |
| parent | 19ababdb6098ac36358c86e43ad63ab3066b4663 (diff) | |
merge finished
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss index 60c39c825..5478a1c4a 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss @@ -41,6 +41,33 @@ // 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; + svg { + display:block; + margin:auto; + } + } + .numKeyframe { + right:25; + text-align:center; + } + .fwdKeyframe { + right:5; + svg { + display:block; + margin:auto; + } + } + .collectionfreeformview-placeholder { background: gray; width: 100%; |
