48 lines
705 B
CSS
48 lines
705 B
CSS
|
|
.e-batch-firmware-upgrade .e-trigger-block {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
flex-wrap: nowrap;
|
|
& > span {
|
|
margin-right: 10px;
|
|
}
|
|
}
|
|
|
|
.ato-div {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.ato-div-error {
|
|
margin-top: 18px;
|
|
}
|
|
|
|
.e-form-item__error {
|
|
color: #ff4949;
|
|
font-size: 12px;
|
|
}
|
|
.e-button-del {
|
|
color: #ff4949;
|
|
font-size: 12px;
|
|
margin-left: 20px;
|
|
padding: 5px;
|
|
}
|
|
.e-button-del:hover {
|
|
background: #ff4949;
|
|
padding: 5px;
|
|
color: #fff;
|
|
}
|
|
.e-button-pro {
|
|
color: #46a6ff;
|
|
font-size: 12px;
|
|
margin-left: 20px;
|
|
padding: 5px;
|
|
}
|
|
.e-button-pro:hover {
|
|
background: #2196F3;
|
|
padding: 5px;
|
|
color: #fff;
|
|
|
|
}
|