This commit is contained in:
zhengyi 2023-12-30 14:44:07 +08:00
parent f3ca75a529
commit 46602bca8d
1 changed files with 29 additions and 23 deletions

View File

@ -2,33 +2,39 @@
.halo-render { .halo-render {
margin: 5px; margin: 5px;
}
.invalid-type { .btn {
color: red; background-color: @info-color;
font-size: 20px; color: #ffffff;
text-align: center; padding: 5px 8px;
padding: 10px; text-align: center;
background-color: lightpink; border-radius: @border-radius;
border-radius: @border-radius; font-size: 14px;
min-width: 80px;
text-decoration: none;
}
.error {
text-align: center;
color: @danger-color;
}
.invalid-type {
color: red;
font-size: 20px;
text-align: center;
padding: 10px;
background-color: lightpink;
border-radius: @border-radius;
}
.iconfont {
font-family: iconfont, sans-serif;
font-size: 16px;
}
} }
.halo-render-wrapper { .halo-render-wrapper {
margin: 20px 15px; margin: 20px 15px;
} }
.btn {
background-color: @info-color;
color: #ffffff;
padding: 5px 8px;
text-align: center;
border-radius: @border-radius;
font-size: 14px;
min-width: 80px;
text-decoration: none;
}
.error {
text-align: center;
color: @danger-color;
}