summaryrefslogtreecommitdiff
path: root/frontend/app/common
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-03-17 18:11:26 +0100
committerJules Laplace <julescarbon@gmail.com>2021-03-17 18:11:26 +0100
commitd165a0727e42349d935ab3ee287242f1e5029742 (patch)
treeb4fa68209127efdd4eb46c82eaef280535692611 /frontend/app/common
parent92566ba17f5e921d5bff1f3fb4e4b0d92ca4fd39 (diff)
frontend. export/view button. interactivity sanity check
Diffstat (limited to 'frontend/app/common')
-rw-r--r--frontend/app/common/app.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/frontend/app/common/app.css b/frontend/app/common/app.css
index 2e9dc4e..486e5fa 100644
--- a/frontend/app/common/app.css
+++ b/frontend/app/common/app.css
@@ -116,6 +116,20 @@ header > div > button:hover {
border-color: #fff;
color: #fff;
}
+
+header .building {
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+ justify-content: flex-start;
+ margin-left: 1rem;
+ color: #888;
+}
+header .building .loader {
+ transform: scale(0.75);
+ margin-right: 0.5rem;
+}
+
header .vcat-btn {
font-size: 0.875rem;
padding-left: 0.5rem;