From 04fc3f46a6ab551603993677fa424817d63fa2d0 Mon Sep 17 00:00:00 2001 From: ogerly Date: Tue, 17 May 2022 09:02:36 +0200 Subject: [PATCH] add goldrand fixed bottom --- frontend/src/App.vue | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index e74359c77..ed2e93069 100755 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -1,6 +1,7 @@ @@ -32,4 +33,16 @@ export default { font-size: 0.85rem; } } + +.goldrand { + background: linear-gradient( + 90deg, + rgba(197, 141, 56, 1) 6%, + rgba(243, 205, 124, 1) 30%, + rgba(219, 176, 86, 1) 54%, + rgba(238, 192, 95, 1) 63%, + rgba(204, 157, 61, 1) 88% + ); + height: 13px; +}