Finish Playground
This commit is contained in:
18
src/components/Playground/playground.scss
Normal file
18
src/components/Playground/playground.scss
Normal file
@@ -0,0 +1,18 @@
|
||||
[data-component=playground] {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
> * {
|
||||
width: 0 !important;
|
||||
}
|
||||
|
||||
.playground-error-message {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
color: white;
|
||||
background-color: #FF4D4FAA;
|
||||
padding: 5px 10px;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user