增加50%圆

This commit is contained in:
Anyon 2020-03-20 14:47:56 +08:00
parent 5487f588e7
commit eb99c961a2
3 changed files with 6 additions and 1 deletions

View File

@ -925,6 +925,9 @@ label.think-radio {
.border-0 {
border: 0 !important;
}
.border-radius {
border-radius: 50% !important;
}
.border-radius-0 {
border-radius: 0 !important;
}

File diff suppressed because one or more lines are too long

View File

@ -190,6 +190,8 @@
}
.border-radius {
border-radius: 50% !important;
&-0 {
border-radius: 0 !important
}