Skip to content

Commit

Permalink
Application banner - update style
Browse files Browse the repository at this point in the history
  • Loading branch information
josegar74 committed Oct 15, 2024
1 parent 59896f2 commit 33ec70b
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions web-ui/src/main/resources/catalog/style/gn_search.less
Original file line number Diff line number Diff line change
Expand Up @@ -609,15 +609,12 @@
}

.application-banner {
display: flex;
justify-content: center;
align-items: center;
background-color: #eeaa44;
span {
padding: 10px 50px 10px 50px;
font-weight: bolder;
font-color: #000000;
}
background-color: #fff8c5;
border: 1px solid #d4a72c66;
margin: 15px;
padding: 15px;
border-radius: 4px;
color: #000;
}

button:focus [role="tooltip"],
Expand Down

0 comments on commit 33ec70b

Please sign in to comment.