Skip to content

Commit

Permalink
sandbox use-case block
Browse files Browse the repository at this point in the history
  • Loading branch information
Wattenberger committed Jun 9, 2022
1 parent 81d0b8b commit 2a773bf
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
/* ./src/index.css */

html,
body {
margin: 0;
padding: 0;
}

.sandbox-wrapper .sp-loading:before {
content: "Loading...";
position: absolute;
top: 30%;
left: 50%;
font-size: 1.2em;
opacity: 0.5;
transform: translate(-50%, -50%);
font-style: italic;
}

.sandbox-wrapper .sp-preview-iframe {
outline: none;
width: 100%;
height: 100%;
border: none;
}
.sandbox-wrapper .sp-stack,
.sandbox-wrapper .sp-preview-container {
width: 100%;
height: 100%;
}

0 comments on commit 2a773bf

Please sign in to comment.