From 70a5ee7ac03e4d55fd204c8bb60c2b7407b996d3 Mon Sep 17 00:00:00 2001 From: JoBCB Date: Sun, 15 Nov 2020 18:47:41 +0000 Subject: [PATCH] added style to organizationand person --- static/css/style.css | 25 ++++++++++++++++++++++--- templates/organisation.html | 4 ++-- templates/person.html | 4 ++-- 3 files changed, 26 insertions(+), 7 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 250fe5e..bb2807a 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -32,9 +32,21 @@ font-style: normal; /***************** EMERGENCY BUTTON AND MOCKUPS****************/ div#backend-data-button{ - background-color: #1B42D8; - width: 250px; - height: 55px; + max-width: 365px !important; + min-height: 48px !important; + font-family: 'Roboto Condensed Bold', sans-serif; + font-size: calc(12px + (14 - 12) * ((100vw - 768px) / (1400 - 768))); + line-height: 16px; + font-weight: bold; + font-stretch: condensed; + font-style: normal; + line-height: normal; + letter-spacing: 1.5px; + text-align: center; + text-decoration: none; + color: #ffffff; + cursor: pointer; + background-color: var(--blue-blue); border-radius: 6px; margin: 0 auto; display: flex; @@ -42,6 +54,12 @@ div#backend-data-button{ justify-content: center; margin-top: 20px; } + +img.placeholder-style { + width: 100%; +} + + div#container-backend-data-button a{ text-decoration: none; } @@ -1331,3 +1349,4 @@ div#tutorials-intro h3, div#tutorials-intro p { margin: auto; } + diff --git a/templates/organisation.html b/templates/organisation.html index 5d19d25..3b452d3 100644 --- a/templates/organisation.html +++ b/templates/organisation.html @@ -6,13 +6,13 @@
- - + {% endblock content %} \ No newline at end of file diff --git a/templates/person.html b/templates/person.html index d9ac89d..c7578a3 100644 --- a/templates/person.html +++ b/templates/person.html @@ -6,13 +6,13 @@
- - + {% endblock content %} \ No newline at end of file