mirror of
https://github.com/Sosokker/SOS12.git
synced 2025-12-19 12:44:05 +01:00
minor mail box edit
This commit is contained in:
parent
5dc2745633
commit
3e0fe4fcbc
10
src/App.css
10
src/App.css
@ -263,11 +263,13 @@ h2.MuiTypography-root {
|
|||||||
height: 153px;
|
height: 153px;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
max-width: 450px;
|
max-width: 450px;
|
||||||
border-radius: 30px;
|
border-radius: 10px;
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
border-color: #102b5a;
|
border-color: #102b5a;
|
||||||
background: linear-gradient(153deg, rgba(254, 231, 211, 0.30) 0%, rgba(254, 211, 211, 0.10) 100%);
|
background: linear-gradient(153deg, rgba(254, 231, 211, 0.30) 0%, rgba(254, 211, 211, 0.10) 100%);
|
||||||
box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
|
box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
|
||||||
|
font-size: 16px;
|
||||||
|
color: #102b5a;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -325,11 +327,13 @@ h4.mail {
|
|||||||
height: 153px;
|
height: 153px;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
max-width: 450px;
|
max-width: 450px;
|
||||||
border-radius: 30px;
|
border-radius: 10px;
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
border-color: #102b5a;
|
border-color: #102b5a;
|
||||||
background: linear-gradient(153deg, rgba(255, 255, 255, 0.30) 0%, rgba(237, 244, 255, 0.46) 100%);
|
background: linear-gradient(153deg, rgba(255, 255, 255, 0.30) 0%, rgba(237, 244, 255, 0.46) 100%);
|
||||||
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
|
box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
|
||||||
|
font-size: 16px;
|
||||||
|
color: aliceblue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user