Skip to content

Commit

Permalink
UI: article JSON preview
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnestaP authored and karolina-siemieniuk-morawska committed Nov 28, 2023
1 parent 8a9223b commit a632021
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions ui/src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -522,3 +522,20 @@ a {
#json-preview-card .ant-card-body {
padding: 0;
}

/* ERROR PAGES */

.error-page {
color: #777;
margin: 15% auto;
text-align: center;
}

.error-page .anticon {
font-size: 5rem;
margin-bottom: 1rem;
}

.error-page p {
font-size: 1.2rem;
}

0 comments on commit a632021

Please sign in to comment.