Skip to content

Commit

Permalink
Replace image card-previsao-tempo on style-weatherNode.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrehlb committed Jan 5, 2024
1 parent d6f98d3 commit d0d1971
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion weather-node/public/css/style-weatherNode.css
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,12 @@ body {
}

.card-previsao-tempo {
background-image: url('/css/images/Andrehlb-2024-01-04weatherForecast-iconsSunCloudsRainThunder.png');
/* background-image: url('/css/images/Andrehlb-2024-01-04weatherForecast-iconsSunCloudsRainThunder.png'); */
background-size: cover;
background-repeat: no-repeat;
background-position: center;
position: relative;
background-color: var(--light-skyblue);
}

.card-previsao-tempo::before {
Expand Down

0 comments on commit d0d1971

Please sign in to comment.