feat: 新增样式文件
This commit is contained in:
16
src/static/scss/rounded.scss
Normal file
16
src/static/scss/rounded.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
// 圆角
|
||||
.rounded-4 {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.rounded-8 {
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.rounded-12 {
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
.rounded-full {
|
||||
border-radius: 50%;
|
||||
}
|
||||
Reference in New Issue
Block a user