Merge branch 'pull/4793'
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 49 KiB |
Before Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 44 KiB |
|
@ -680,7 +680,7 @@ tr.turn {
|
|||
/* Overrides for pages that use new layout conventions */
|
||||
|
||||
.header-illustration {
|
||||
background-position: 0 0;
|
||||
background-position: right;
|
||||
background-repeat: no-repeat;
|
||||
position: relative;
|
||||
min-height: 200px;
|
||||
|
@ -689,16 +689,16 @@ tr.turn {
|
|||
bottom: 0;
|
||||
|
||||
&.new-user-main {
|
||||
background-image: image-url("sign-up-illustration.png");
|
||||
background-position-x: 50px;
|
||||
background-image: image-url("sign-up-illustration.svg");
|
||||
background-position-x: 70px;
|
||||
}
|
||||
|
||||
&.confirm-main {
|
||||
background-image: image-url("confirm-illustration.png");
|
||||
background-image: image-url("confirm-illustration.svg");
|
||||
}
|
||||
|
||||
&.new-user-terms {
|
||||
background-image: image-url("terms-illustration.png");
|
||||
background-image: image-url("terms-illustration.svg");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
1255
assets/confirm-illustration.svg
Normal file
After Width: | Height: | Size: 49 KiB |
1359
assets/sign-up-illustration.svg
Normal file
After Width: | Height: | Size: 63 KiB |
1620
assets/terms-illustration.svg
Normal file
After Width: | Height: | Size: 61 KiB |