mirror of
https://github.com/Sosokker/SOS12.git
synced 2025-12-19 04:34:06 +01:00
minor edited logo&color style
This commit is contained in:
parent
704b04b9df
commit
3149f572de
@ -42,7 +42,7 @@ const Navbar = () => {
|
|||||||
window.scrollTo(0, 0);
|
window.scrollTo(0, 0);
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<img src={logo} alt='logo' className='w-9 h-9 object-contain'/>
|
<img src={logo} alt='logo' className='w-9 h-9 object-contain' style={{ borderRadius: '50%' }}/>
|
||||||
<p className='text-white text-[18px] font-bold cursor-pointer flex '>
|
<p className='text-white text-[18px] font-bold cursor-pointer flex '>
|
||||||
SOS CAMP
|
SOS CAMP
|
||||||
<span className='sm:block hidden'> | 12th</span>
|
<span className='sm:block hidden'> | 12th</span>
|
||||||
|
|||||||
@ -72,7 +72,7 @@ p.MuiTypography-root {
|
|||||||
|
|
||||||
/* jode color */
|
/* jode color */
|
||||||
h2.MuiTypography-root {
|
h2.MuiTypography-root {
|
||||||
color: #7DD6F6;
|
color: #fc6ac3;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* jode link */
|
/* jode link */
|
||||||
@ -97,7 +97,7 @@ h2.MuiTypography-root {
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#dark .jodeCheckBox {
|
.jodeCheckBox {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -206,17 +206,17 @@ h2.MuiTypography-root {
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#light .MuiButtonBase-root.MuiCheckbox-root :hover {
|
.MuiButtonBase-root.MuiCheckbox-root :hover {
|
||||||
background-color: #2B3E52;
|
background-color: #2B3E52;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#light .jodeCheckBox {
|
.jodeCheckBox {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#light .MuiSvgIcon-root {
|
.MuiSvgIcon-root {
|
||||||
color: #3598db;
|
color: #ee4dd9;
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -352,3 +352,7 @@ h4.mail {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.border-gray-500 {
|
||||||
|
--tw-border-opacity: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
@ -35,7 +35,7 @@ const CardItem = ({ card }) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Grid item xs={12} sm={6} md={4} key={card.id}>
|
<Grid item xs={12} sm={6} md={4} key={card.id} >
|
||||||
<Card
|
<Card
|
||||||
sx={{
|
sx={{
|
||||||
height: '100%',
|
height: '100%',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user