20 lines
300 B
CSS
20 lines
300 B
CSS
#email-notification-root {
|
|
padding: 10% 20px;
|
|
min-height: 100vh;
|
|
background: #ffffff;
|
|
}
|
|
|
|
.email-notification-card {
|
|
border-radius: 25px;
|
|
margin: 0 auto;
|
|
max-width: 600px;
|
|
}
|
|
|
|
.email-notification-card-actions {
|
|
margin-top: 55px;
|
|
}
|
|
|
|
.email-notification-card-footer {
|
|
margin-top: 75px;
|
|
}
|