diff --git a/_layouts/update.html b/_layouts/update.html index 514c49a..60405c0 100644 --- a/_layouts/update.html +++ b/_layouts/update.html @@ -23,7 +23,7 @@
- arrow_back Back + arrow_backBack

{{page.title}}

diff --git a/deliverables.html b/deliverables.html index eaf988a..a41cff0 100644 --- a/deliverables.html +++ b/deliverables.html @@ -28,14 +28,16 @@

sports_scoreDeliverables

quality of activities and deliverables Download Report + target="_blank">cloud_downloadDownload Report + D1.2 Describes mechanisms to handle data created or generated during the project. Download Report + target="_blank">cloud_downloadDownload Report + D2.1 @@ -43,14 +45,16 @@

sports_scoreDeliverables

interface definitions Download Report + target="_blank">cloud_downloadDownload Report + D6.1 Communication, Networking and Dissemination Plan and Activities Download Report + target="_blank">cloud_downloadDownload Report + diff --git a/static/css/styled.scss b/static/css/styled.scss index a82b6e2..17e7797 100644 --- a/static/css/styled.scss +++ b/static/css/styled.scss @@ -64,19 +64,24 @@ body { button, .button { padding: 1rem; font-size: 1rem; - border: 0; background-color: var(--hint-color); color: white; border-radius: 6px; cursor: pointer; opacity: .8; transition: .1s all; - display: block; + display: inline-flex; + align-items: center; &:hover { opacity: 1; transform: scale(1.05); } + + span { + vertical-align: middle; + margin-right: .4rem; + } } section { @@ -811,10 +816,6 @@ body { .update-elements { .button.back { display: inline-flex; - align-items: center; - padding: 1rem; - border: #ccc 1px solid; - border-radius: 6px; } }