Files
oxygen-ui/src/components/Playground/Output/Preview/preview.scss
2024-01-31 18:17:44 +08:00

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;
}
}