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,5 +1,3 @@
@import "./mixin.less";
.memo-editor-container {
@apply transition-all relative w-full flex flex-col justify-start items-start bg-white px-4 rounded-lg border-2 border-gray-200;
@ -121,7 +119,7 @@
}
> .editor-footer-container {
@apply w-full flex flex-row justify-between items-center border-t py-3 mt-2;
@apply w-full flex flex-row justify-between items-center border-t border-t-gray-100 py-3 mt-2;
> .visibility-selector {
@apply h-8;