chore: 前后置小圆点css
This commit is contained in:
parent
65adc0129c
commit
ae9728b967
@ -41,3 +41,16 @@
|
|||||||
.ant-app .form-valid-error .ant-picker-focused {
|
.ant-app .form-valid-error .ant-picker-focused {
|
||||||
box-shadow: 0 0 0 2px rgb(255 38 5 / 6%);
|
box-shadow: 0 0 0 2px rgb(255 38 5 / 6%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** 前后置小圆点样式 */
|
||||||
|
.dot-before-common {
|
||||||
|
@apply before:relative before:top-[-2px] before:mr-[5px] before:inline-block before:size-[6px] before:rounded-full before:content-[''];
|
||||||
|
}
|
||||||
|
|
||||||
|
.dot-before-red {
|
||||||
|
@apply dot-before-common before:bg-red-500;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dot-before-green {
|
||||||
|
@apply dot-before-common before:bg-green-500;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user