18 lines
287 B
SCSS
18 lines
287 B
SCSS
[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;
|
|
}
|
|
} |