Skip to content

Commit

Permalink
Update .card, .card-large on style-weatherNode.css.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrehlb committed Jan 10, 2024
1 parent 37437a2 commit f8c41c0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions weather-node/public/css/style-weatherNode.css
Original file line number Diff line number Diff line change
@@ -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;
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit f8c41c0

Please sign in to comment.