Files
oxygen-ui/src/components/Playground/playground.scss
2024-01-12 17:06:20 +08:00

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