aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionNoteTakingFieldViewColumn.scss
diff options
context:
space:
mode:
authorljungster <parkerljung@gmail.com>2022-03-24 11:29:52 -0400
committerljungster <parkerljung@gmail.com>2022-03-24 11:29:52 -0400
commit012f29c76fb21db2b3e7c071993ee05b1c4c32c8 (patch)
treea26bcb2ed99daa06f2c036773517d0e6d8cba4da /src/client/views/collections/CollectionNoteTakingFieldViewColumn.scss
parent8da204a954585795f4c6c81a23f3d60f4962982e (diff)
messed around with Scss
Diffstat (limited to 'src/client/views/collections/CollectionNoteTakingFieldViewColumn.scss')
-rw-r--r--src/client/views/collections/CollectionNoteTakingFieldViewColumn.scss48
1 files changed, 48 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionNoteTakingFieldViewColumn.scss b/src/client/views/collections/CollectionNoteTakingFieldViewColumn.scss
new file mode 100644
index 000000000..177b5f4d5
--- /dev/null
+++ b/src/client/views/collections/CollectionNoteTakingFieldViewColumn.scss
@@ -0,0 +1,48 @@
+@import "../global/globalCssVariables";
+
+.collectionNoteTakingView-DocumentButtons {
+ display: flex;
+ justify-content: space-between;
+ margin: auto;
+}
+
+.collectionNoteTakingView-addDocumentButton {
+ display: flex;
+ overflow: hidden;
+ margin: auto;
+ width: 100%;
+ overflow: ellipses;
+
+ .editableView-container-editing-oneLine,
+ .editableView-container-editing {
+ color: grey;
+ padding: 10px;
+ width: 100%;
+ }
+
+ .editableView-input:hover,
+ .editableView-container-editing:hover,
+ .editableView-container-editing-oneLine:hover {
+ cursor: text
+ }
+
+ .editableView-input {
+ outline-color: black;
+ letter-spacing: 2px;
+ color: grey;
+ border: 0px;
+ padding: 12px 10px 11px 10px;
+ }
+
+ font-size: 75%;
+ letter-spacing: 2px;
+ cursor: pointer;
+
+ .editableView-input {
+ outline-color: black;
+ letter-spacing: 2px;
+ color: grey;
+ border: 0px;
+ padding: 12px 10px 11px 10px;
+ }
+} \ No newline at end of file