mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 13:08:23 +02:00
✨ Add better layout for register success page.
This commit is contained in:
parent
0c82c6f2f5
commit
7c7bda669c
5 changed files with 38 additions and 3 deletions
|
@ -61,6 +61,35 @@ textarea {
|
|||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.notification-icon {
|
||||
justify-content: center;
|
||||
display: flex;
|
||||
margin-bottom: 3rem;
|
||||
|
||||
svg {
|
||||
fill: $color-gray-60;
|
||||
height: 40%;
|
||||
width: 40%;
|
||||
}
|
||||
}
|
||||
|
||||
.notification-text {
|
||||
font-size: $fs18;
|
||||
color: $color-gray-60;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.notification-text-email {
|
||||
background: $color-gray-10;
|
||||
border-radius: $br-small;
|
||||
color: $color-gray-60;
|
||||
font-size: $fs18;
|
||||
font-weight: 500;
|
||||
margin: 1.5rem 0 2.5rem 0;
|
||||
padding: 1rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: $fs24;
|
||||
color: $color-gray-60;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue