refactor: remove mixin colors (#458)

This commit is contained in:
boojack
2022-11-13 14:25:02 +08:00
committed by GitHub
parent 2743268fd7
commit cb50bbc3cb
11 changed files with 28 additions and 81 deletions

View File

@ -1,11 +1,9 @@
@import "./mixin.less";
.change-memo-created-ts-dialog {
> .dialog-container {
@apply w-72;
> .dialog-content-container {
.flex(column, flex-start, flex-start);
@apply flex flex-col justify-start items-start;
> .tip-text {
@apply bg-gray-400 text-xs p-2 rounded-lg;