22 lines
407 B
CSS
22 lines
407 B
CSS
.robot-preview {
|
|
width: 20%;
|
|
height: 100%;
|
|
border-left: 1px solid silver;
|
|
}
|
|
|
|
.robot-create-item {
|
|
display: flex;
|
|
justify-content: center;
|
|
width: 100%;
|
|
height: 300px;
|
|
}
|
|
|
|
.robot-create-item img {
|
|
justify-content: center;
|
|
width: 400px;
|
|
height: 300px;
|
|
object-fit: contain;
|
|
border-radius: 10px;
|
|
image-rendering: pixelated;
|
|
}
|