v1.1.0 Releases #7

Merged
zhengyi merged 6 commits from dev into main 2024-01-01 14:42:19 +08:00
1 changed files with 29 additions and 23 deletions
Showing only changes of commit 46602bca8d - Show all commits

View File

@ -2,33 +2,39 @@
.halo-render {
margin: 5px;
}
.invalid-type {
color: red;
font-size: 20px;
text-align: center;
padding: 10px;
background-color: lightpink;
border-radius: @border-radius;
.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;
}
.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 {
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;
}