Skip to content

Commit

Permalink
Issue #1684: add startup-message-statustext css again
Browse files Browse the repository at this point in the history
  • Loading branch information
bjost2s committed Oct 26, 2024
1 parent 382aef8 commit ed7f5f0
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OpenRobertaServer/staticResources/css/roberta.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion OpenRobertaServer/staticResources/css/roberta.css.map

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions OpenRobertaWeb/css/roberta.css
Original file line number Diff line number Diff line change
Expand Up @@ -1177,6 +1177,10 @@ button#simCustomObstacle.typcn:before {
word-break: break-word;
}

#startup-message-statustext h4 {
font-weight: 500;
}

.modal-header,
.modal-footer {
border: none;
Expand Down Expand Up @@ -2373,6 +2377,27 @@ section {
background: #fff;
}

/*************************************
***** Banner *****
*************************************/

#startup-message-statustext {
background: #39378B;
color: #fff;
position: absolute;
z-index: 999;
bottom: 50px;
right: 50px;
width: 100%;
max-width: 450px;
border-radius: 5px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

#startup-message-statustext h4, #startup-message-statustext p {
padding: 20px;
}

/*************************************
***** NEPO Block in Colors *****
*************************************/
Expand Down

0 comments on commit ed7f5f0

Please sign in to comment.