mirror of
https://github.com/Sosokker/SOS12.git
synced 2025-12-20 21:24:05 +01:00
minor button edit
This commit is contained in:
parent
b005a3a5d0
commit
fa14d823fd
25
src/App.css
25
src/App.css
@ -53,13 +53,8 @@ h6.MuiTypography-root a:hover {
|
|||||||
background: #5585A4;
|
background: #5585A4;
|
||||||
}
|
}
|
||||||
|
|
||||||
#dark .headButton {
|
|
||||||
background: red;
|
|
||||||
color: #102b5a;
|
|
||||||
}
|
|
||||||
|
|
||||||
#dark .headButton:hover {
|
#dark .headButton:hover {
|
||||||
background: red;
|
background: #3598db;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* card container bg */
|
/* card container bg */
|
||||||
@ -112,7 +107,11 @@ h2.MuiTypography-root {
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.MuiSvgIcon-root {
|
#dark .jodeCheckBox {
|
||||||
|
margin-left: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
#dark .MuiSvgIcon-root {
|
||||||
color: #7DD6F6;
|
color: #7DD6F6;
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
@ -222,15 +221,11 @@ h2.MuiTypography-root {
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#light .jodeCheckBox {
|
||||||
|
margin-left: auto;
|
||||||
|
}
|
||||||
|
|
||||||
#light .MuiSvgIcon-root {
|
#light .MuiSvgIcon-root {
|
||||||
color: #3598db;
|
color: #3598db;
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*Card.MuiCardMedia-root {*/
|
|
||||||
/* margin-top: 50px;*/
|
|
||||||
/* margin-bottom: 50px;*/
|
|
||||||
/* height: auto;*/
|
|
||||||
/* width: 400px;*/
|
|
||||||
/* padding-top: 56.25%;*/
|
|
||||||
/*}*/
|
|
||||||
@ -199,8 +199,8 @@ export default function App() {
|
|||||||
<CardActions>
|
<CardActions>
|
||||||
<Button size="small"><a
|
<Button size="small"><a
|
||||||
href={card.link}>View</a></Button>
|
href={card.link}>View</a></Button>
|
||||||
|
<Checkbox className="jodeCheckBox"/>
|
||||||
</CardActions>
|
</CardActions>
|
||||||
<Checkbox />
|
|
||||||
</Card>
|
</Card>
|
||||||
</Grid>
|
</Grid>
|
||||||
))}
|
))}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user