Skip to content

Commit

Permalink
Updated CSS for sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissainty committed Jul 22, 2020
1 parent 1f6e4b8 commit aacf993
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions samples/BlazorServerSide/wwwroot/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,25 @@ app {
color: red;
}

#blazor-error-ui {
background: lightyellow;
bottom: 0;
box-shadow: 0 -1px 2px rgba(83, 64, 64, 0.2);
display: none;
left: 0;
padding: 0.6rem 1.25rem 0.7rem 1.25rem;
position: fixed;
width: 100%;
z-index: 1000;
}

#blazor-error-ui .dismiss {
cursor: pointer;
position: absolute;
right: 0.75rem;
top: 0.5rem;
}

@media (max-width: 767.98px) {
.main .top-row {
display: none;
Expand Down

0 comments on commit aacf993

Please sign in to comment.