diff --git a/src/app/globals.css b/src/app/globals.css index e7e30c5..54f3943 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -88,7 +88,7 @@ --brand: oklch(0.5588 0.0992 215.93); --brand-hover: oklch(0.4588 0.0992 215.93); /* #006B7A */ --brand-active: oklch(0.3588 0.0992 215.93); - --brand-gradient: linear-gradient(90deg, #0072A8 0%, #0598DE 100%); + --brand-gradient: linear-gradient(90deg, #0072a8 0%, #0598de 100%); } .dark { @@ -134,6 +134,17 @@ } } +input[type="time"] { + /* Фиксируем размеры */ + min-width: 0; + width: 100%; + box-sizing: border-box; + + /* Убираем нативные отступы */ + padding: 0; + margin: 0; +} + input[type="time"]::-webkit-calendar-picker-indicator { background: none; -} \ No newline at end of file +} diff --git a/src/components/layout/AuthDialog.tsx b/src/components/layout/AuthDialog.tsx index 951ca18..3eea41f 100644 --- a/src/components/layout/AuthDialog.tsx +++ b/src/components/layout/AuthDialog.tsx @@ -136,7 +136,7 @@ export default function AuthDialog({ isOpen, onClose }: AuthDialogProps) { {/* Правая часть - изображение */} -