mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
refactor: remove mixin colors (#458)
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user