From b5944e87f9d4f3149161de4de0d76db486461c76 Mon Sep 17 00:00:00 2001 From: eleanor-park Date: Wed, 30 Oct 2024 19:38:18 -0400 Subject: integrated image stickers with palette --- src/client/views/smartdraw/AnnotationPalette.scss | 56 ----------------------- 1 file changed, 56 deletions(-) delete mode 100644 src/client/views/smartdraw/AnnotationPalette.scss (limited to 'src/client/views/smartdraw/AnnotationPalette.scss') diff --git a/src/client/views/smartdraw/AnnotationPalette.scss b/src/client/views/smartdraw/AnnotationPalette.scss deleted file mode 100644 index 4f11e8afc..000000000 --- a/src/client/views/smartdraw/AnnotationPalette.scss +++ /dev/null @@ -1,56 +0,0 @@ -.annotation-palette { - display: flex; - flex-direction: column; - align-items: center; - position: absolute; - right: 14px; - top: 50px; - border-radius: 5px; - margin: auto; -} - -.palette-create { - display: flex; - flex-direction: row; - width: 170px; - - .palette-create-input { - color: black; - width: 170px; - } -} - -.palette-create-options { - display: flex; - flex-direction: row; - justify-content: space-between; - width: 170px; - margin-top: 5px; - - .palette-color { - display: flex; - flex-direction: column; - align-items: center; - width: 40px; - } - - .palette-detail, - .palette-size { - display: flex; - flex-direction: column; - align-items: center; - width: 60px; - } -} - -.palette-buttons { - width: 100%; - display: flex; - flex-direction: row; - justify-content: space-between; -} - -.palette-save-reset { - display: flex; - flex-direction: row; -} -- cgit v1.2.3-70-g09d2