minor edited card style

This commit is contained in:
Yanatchara JERAJA 2023-07-15 19:32:48 +07:00
parent 3149f572de
commit e514a39609

View File

@ -53,7 +53,7 @@ h6.MuiTypography-root a:hover {
/* card box bg */ /* card box bg */
.MuiPaper-root.MuiCard-root { .MuiPaper-root.MuiCard-root {
background: #2B3E52; background-color: rgb(21 16 48);
} }
/* footer */ /* footer */
@ -88,7 +88,7 @@ h2.MuiTypography-root {
/* checkbox */ /* checkbox */
.MuiButtonBase-root.MuiCheckbox-root { .MuiButtonBase-root.MuiCheckbox-root {
background-color: #2B3E52; background-color: rgb(21 16 48);
border-radius: 0; border-radius: 0;
} }
@ -352,7 +352,19 @@ h4.mail {
cursor: pointer; cursor: pointer;
} }
/* --------------------------------------------------------- */
.border-gray-500 { .border-gray-500 {
--tw-border-opacity: 0; --tw-border-opacity: 0;
} }
.MuiContainer-root {
background-color: #050816;
}
.MuiPaper-root.MuiCard-root {
border-radius: 10px;
border-width: thin;
/*border-color: #fc6ac3;*/
}