From f8c41c0b74294847479f2ed1d6effde5afdb3ae6 Mon Sep 17 00:00:00 2001 From: Andrehlb Date: Wed, 10 Jan 2024 16:16:59 -0300 Subject: [PATCH] Update `.card, .card-large` on style-weatherNode.css. --- weather-node/public/css/style-weatherNode.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/weather-node/public/css/style-weatherNode.css b/weather-node/public/css/style-weatherNode.css index 87e2c38..82d35a9 100644 --- a/weather-node/public/css/style-weatherNode.css +++ b/weather-node/public/css/style-weatherNode.css @@ -1,21 +1,19 @@ -/* Sky_Andrehlb color pallet */ :root { + /* Sky_Andrehlb color pallet */ --light-skyblue: #87C3E7; --celestial-blue: #4192CA; --steel-blue: #3481C9; --alice-blue: #DDEBF2; --carolina-blue: #6BB5D2; -} /* Sun_Andrehlb color pallet */ -:root { --xanthous: #F8C76A; --vanilla: #F8EbbF; --jasmine: #FDE285; --peach-yellow: #F4DFAC; --jasmine-darker: #FDD87E; -:root { +/* Global_Andrehlb color pallet */ --black: #000000; --white: #FFFFFF; --gray: #808080; @@ -104,6 +102,7 @@ body { .card-previsao-tempo, .card-fluxo-rodovias, .card-fluxo-aeroportos, .card-condicoes-agronomicas { flex: auto; + animation: backgroundWave 12s ease-in-out infinite; } .btn-card {