build
This commit is contained in:
parent
7c70dbe035
commit
af479bb115
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -5,8 +5,8 @@
|
||||||
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
|
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>TurkmenTv Sms ulgamy</title>
|
<title>TurkmenTv Sms ulgamy</title>
|
||||||
<script type="module" crossorigin src="/assets/index-ClGgs6PF.js"></script>
|
<script type="module" crossorigin src="/assets/index-BRKPY-2C.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-CPacmMnN.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-xzrvEEXM.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@ html {
|
||||||
--destructive: 0 84.2% 60.2%;
|
--destructive: 0 84.2% 60.2%;
|
||||||
--destructive-foreground: 0 0% 98%;
|
--destructive-foreground: 0 0% 98%;
|
||||||
--border: 0 0% 89.8%;
|
--border: 0 0% 89.8%;
|
||||||
--input: 0 0% 89.8%;
|
/* --input: 0 0% 89.8%; */
|
||||||
--ring: 0 0% 3.9%;
|
--ring: 0 0% 3.9%;
|
||||||
--chart-1: 12 76% 61%;
|
--chart-1: 12 76% 61%;
|
||||||
--chart-2: 173 58% 39%;
|
--chart-2: 173 58% 39%;
|
||||||
|
|
@ -70,7 +70,7 @@ html {
|
||||||
--destructive: 0 62.8% 30.6%;
|
--destructive: 0 62.8% 30.6%;
|
||||||
--destructive-foreground: 0 0% 98%;
|
--destructive-foreground: 0 0% 98%;
|
||||||
--border: 0 0% 14.9%;
|
--border: 0 0% 14.9%;
|
||||||
--input: 0 0% 14.9%;
|
/* --input: 0 0% 14.9%; */
|
||||||
--ring: 0 0% 83.1%;
|
--ring: 0 0% 83.1%;
|
||||||
--chart-1: 220 70% 50%;
|
--chart-1: 220 70% 50%;
|
||||||
--chart-2: 160 60% 45%;
|
--chart-2: 160 60% 45%;
|
||||||
|
|
@ -94,7 +94,7 @@ html {
|
||||||
@apply bg-lightBackground;
|
@apply bg-lightBackground;
|
||||||
}
|
}
|
||||||
.input-style {
|
.input-style {
|
||||||
@apply bg-lightPrimaryContainer rounded-xl py-3 px-4 placeholder:text-[#BCBCD6] outline-none;
|
/* @apply bg-lightPrimaryContainer rounded-xl py-3 px-4 placeholder:text-[#BCBCD6] outline-none; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.calendar [aria-label='Go to next month'] {
|
.calendar [aria-label='Go to next month'] {
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ const SignUpPage = () => {
|
||||||
<input
|
<input
|
||||||
id="login"
|
id="login"
|
||||||
type="text"
|
type="text"
|
||||||
className="px-[16px] py-[12px] bg-lightPrimaryContainer rounded-[12px] outline-none text-lightOnSurfaceVariant text-textSmall leading-textSmall"
|
className="px-[16px] py-[12px] bg-lightPrimaryContainer focus:bg-lightPrimaryContainer focus-within:bg-lightPrimaryContainer rounded-[12px] outline-none text-lightOnSurfaceVariant text-textSmall leading-textSmall"
|
||||||
value={login}
|
value={login}
|
||||||
onChange={(e) => setLogin(e.target.value)}
|
onChange={(e) => setLogin(e.target.value)}
|
||||||
placeholder="Login giriziň"
|
placeholder="Login giriziň"
|
||||||
|
|
@ -52,7 +52,7 @@ const SignUpPage = () => {
|
||||||
<input
|
<input
|
||||||
id="password"
|
id="password"
|
||||||
type="password"
|
type="password"
|
||||||
className="px-[16px] py-[12px] bg-lightPrimaryContainer rounded-[12px] outline-none text-lightOnSurfaceVariant text-textSmall leading-textSmall"
|
className="px-[16px] py-[12px] bg-lightPrimaryContainer focus:bg-lightPrimaryContainer focus-within:bg-lightPrimaryContainer rounded-[12px] outline-none text-lightOnSurfaceVariant text-textSmall leading-textSmall"
|
||||||
value={password}
|
value={password}
|
||||||
onChange={(e) => setPassword(e.target.value)}
|
onChange={(e) => setPassword(e.target.value)}
|
||||||
placeholder="Açar sözi giriziň"
|
placeholder="Açar sözi giriziň"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue