16 lines
296 B
SCSS
16 lines
296 B
SCSS
[data-component=playground-preview] {
|
|
display: flex;
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
.playground-error-message {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
color: white;
|
|
background-color: #FF4D4FAA;
|
|
padding: 5px 10px;
|
|
font-size: 1.2em;
|
|
}
|
|
} |