Implement the rest of the welcome step

This commit is contained in:
inpsyde-maticluznar 2024-10-23 08:56:47 +02:00
parent 02ba0b1d48
commit 32bf8a76ec
No known key found for this signature in database
GPG key ID: D005973F231309F6
46 changed files with 933 additions and 2 deletions

View file

@ -0,0 +1,18 @@
.ppcp-r {
&-inner-container {
width: 620px;
max-width: 100%;
margin: 0 auto;
}
&-container {
box-shadow: $shadow-card;
max-width: 1024px;
}
&-card {
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
background-color: $color-white;
}
}