mirror of
https://github.com/Amperra-Group/xcs.git
synced 2025-08-16 13:22:14 -06:00
🦊
This commit is contained in:
parent
68978ee313
commit
36abdfec4d
|
@ -167,19 +167,19 @@ export default function Login() {
|
|||
outline={['0px solid', '1px solid']}
|
||||
outlineColor={['unset', useColorModeValue('gray.200', 'gray.700')]}
|
||||
rounded={'lg'}
|
||||
maxW={"container.md"}
|
||||
maxW={"container.sm"}
|
||||
overflow={'hidden'}
|
||||
height={{ base: 'auto', md: '500px' }}
|
||||
// boxShadow={'rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;'}
|
||||
>
|
||||
{/* <Image flex={"0 0 auto"} display={{ base: "none", md: "flex" }} src={'/images/login4.jpeg'} alt={'Login'} objectFit={'cover'} w={'sm'} h={"full"} /> */}
|
||||
<Flex flex={"0 0 auto"} display={{ base: "none", md: "flex" }} objectFit={'cover'} w={'sm'} h={"full"} flexDir={'column'}>
|
||||
{/* <Flex flex={"0 0 auto"} display={{ base: "none", md: "flex" }} objectFit={'cover'} w={'sm'} h={"full"} flexDir={'column'}>
|
||||
<Box
|
||||
backgroundColor={useColorModeValue('gray.200', 'gray.700')}
|
||||
w={'full'}
|
||||
h={'full'}
|
||||
/>
|
||||
</Flex>
|
||||
</Flex> */}
|
||||
<Flex flex={"1 1 auto"} flexDir={'column'} justify={"center"} align={"flex-start"} py={8} px={10}>
|
||||
<Box
|
||||
w={'full'}
|
||||
|
@ -188,7 +188,7 @@ export default function Login() {
|
|||
fontSize={"3xl"}
|
||||
fontWeight={'bold'}
|
||||
>
|
||||
Log in to XCS
|
||||
Welcome! welcome to City 17.
|
||||
</Text>
|
||||
<Text color={"gray.500"} fontSize={'md'}>Please present your credentials to continue.</Text>
|
||||
</Box>
|
||||
|
|
Loading…
Reference in a new issue