From b95d323e32ad391a23a5d3b1b64b564876e97502 Mon Sep 17 00:00:00 2001 From: alinayejin Date: Mon, 18 Dec 2023 22:17:22 -0500 Subject: moved assets to deploy/assets --- .../collectionFreeForm/CollectionFreeFormView.scss | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss') diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss index 418c518ad..9fbf5d628 100644 --- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss +++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss @@ -276,4 +276,26 @@ margin: 15px; padding: 10px; + + .gif-container { + font-size: 15; + display: flex; + flex-direction: row; + justify-content: center; + align-items: center; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -o-user-select: none; + user-select: none; + + .gif { + background-color: transparent; + width: 25px; + height: 25px; + margin-right: 5px; + } + } + } + -- cgit v1.2.3-70-g09d2