aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2020-09-18 17:56:00 +0800
committerGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2020-09-18 17:56:00 +0800
commit15217fbffe43d888a06c719e470f276aafe4f23f (patch)
treeb852786e754470157b0e528d4f049278f70233d8 /src
parent5e0f26eaf42f23327f31bab10d15965d2ab744e7 (diff)
view paths UI from pres_updates
Diffstat (limited to 'src')
-rw-r--r--src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss
index 2b07c4efb..75cbc20ca 100644
--- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss
+++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormView.scss
@@ -52,12 +52,16 @@
.pathOrder-frame {
position: absolute;
- width: 40;
+ width: 100%;
+ height: 100%;
+ min-height: 15px;
text-align: center;
- font-size: 30;
background-color: #69a6db;
+ border-radius: 5px;
+ box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-family: Roboto;
- font-weight: 300;
+ font-weight: 500;
+ color: white;
}
}