You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
315 B
Plaintext

.component-coding {
height: 98%;
background-color: #ffffff;
padding: 17px 19px 0 24px;
.header {
display: flex;
justify-content: space-between;
.handle-row {
.handle-row-item {
display: flex;
align-items: center;
}
}
}
.code-iframe {
height: 90%;
}
}