aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionStackingView.scss
diff options
context:
space:
mode:
authorFawn <fangrui_tong@brown.edu>2019-07-26 16:23:22 -0400
committerFawn <fangrui_tong@brown.edu>2019-07-26 16:23:22 -0400
commitf5ffd372f48f68cd17ca15a8c1f5c7d67b0f7aae (patch)
tree840a6748350749bcbfe418fc08e45be958e2c8bc /src/client/views/collections/CollectionStackingView.scss
parent1bedf9e23afe26a284ba4804672ad4f396402813 (diff)
parent6c6c2a6c8e40b9f04942e65c416e16f1d3831385 (diff)
merged
Diffstat (limited to 'src/client/views/collections/CollectionStackingView.scss')
-rw-r--r--src/client/views/collections/CollectionStackingView.scss42
1 files changed, 24 insertions, 18 deletions
diff --git a/src/client/views/collections/CollectionStackingView.scss b/src/client/views/collections/CollectionStackingView.scss
index f43340967..9dbe4ccb8 100644
--- a/src/client/views/collections/CollectionStackingView.scss
+++ b/src/client/views/collections/CollectionStackingView.scss
@@ -96,7 +96,6 @@
outline: none;
border: 0px;
color: $light-color;
- text-transform: uppercase;
letter-spacing: 2px;
font-size: 75%;
transition: transform 0.2s;
@@ -118,9 +117,7 @@
padding: 12px 10px 11px 10px;
border: 0px;
color: grey;
- // font-size: 75%;
text-align: center;
- text-transform: uppercase;
letter-spacing: 2px;
outline-color: black;
}
@@ -142,15 +139,6 @@
width: 90%;
color: lightgrey;
overflow: ellipses;
- }
-
- .collectionStackingView-addGroupButton {
- background: rgb(238, 238, 238);
- font-size: 75%;
- text-align: center;
- text-transform: uppercase;
- letter-spacing: 2px;
- height: fit-content;
.editableView-container-editing-oneLine,
.editableView-container-editing {
@@ -165,14 +153,32 @@
}
.editableView-input {
- padding: 12px 10px 11px 10px;
- border: 0px;
- color: grey;
- // font-size: 75%;
- text-align: center;
- text-transform: uppercase;
+ outline-color: black;
letter-spacing: 2px;
+ color: grey;
+ border: 0px;
+ padding: 12px 10px 11px 10px;
+ }
+ }
+
+ .collectionStackingView-addDocumentButton {
+ font-size: 75%;
+ letter-spacing: 2px;
+
+ .editableView-input {
outline-color: black;
+ letter-spacing: 2px;
+ color: grey;
+ border: 0px;
+ padding: 12px 10px 11px 10px;
}
}
+
+ .collectionStackingView-addGroupButton {
+ background: rgb(238, 238, 238);
+ font-size: 75%;
+ text-align: center;
+ letter-spacing: 2px;
+ height: fit-content;
+ }
} \ No newline at end of file