feat: 항공영상 업로드 모달

This commit is contained in:
2026-04-10 12:24:10 +09:00
parent 35f6023f5a
commit 8b33161284
8 changed files with 807 additions and 173 deletions

View File

@@ -36,6 +36,10 @@
--font-sans: "Pretendard", ui-sans-serif, system-ui, sans-serif,
"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--color-dabeeo-blue: #2768ff;
--color-dabeeo-red: #ff0000;
--color-dabeeo-yellow: #fffce8;
/* Primary (Navy) */
--color-primary: var(--color-dabeeo-navy-main);
--color-primary-secondary: var(--color-dabeeo-navy-secondary);
@@ -50,6 +54,16 @@
--color-dabeeo-navy-tertiary01: #d4dde9;
--color-dabeeo-navy-tertiary02: #f0f3f7;
/* Orange */
--color-dabeeo-orange-main: #ff7937;
--color-dabeeo-orange-secondary: #c14b11;
--color-dabeeo-orange-tertiary01: #fff2eb;
--color-dabeeo-orange-tertiary02: #ffe4d7;
/* Yellow */
--color-dabeeo-yellow-main: #ffb724;
--color-dabeeo-yellow-secondary: #fffce8;
/* Gray */
--color-dabeeo-gray-44: #444444;
--color-dabeeo-gray-99: #999999;
@@ -57,6 +71,12 @@
--color-dabeeo-gray-da: #dadada;
--color-dabeeo-gray-eb: #ebebeb;
--color-dabeeo-gray-f9: #f9f9f9;
--color-dabeeo-black-22: #222222;
--color-dabeeo-black-34: #343434;
--color-dabeeo-black-47: #475954;
--color-dabeeo-black-2a: #2a2e35;
--color-dabeeo-black-4d: #4d5562;
}
html,