Skip to content

Commit

Permalink
Added css for bar chart
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSychev2005 committed Jan 10, 2025
1 parent a433231 commit e5347a2
Showing 1 changed file with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,20 @@
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 250px;
width: 400px;
}

.error {
color: #f5222d;
background-color: #fff1f0;
border: 1px solid #ffa39e;
padding: 10px;
border-radius: 4px;
margin-top: 10px;
}

.loader-container {
width: 200px;
height: 300px;
}

0 comments on commit e5347a2

Please sign in to comment.