Skip to content

Commit

Permalink
Adds space for the welcome back message if there's no content there t…
Browse files Browse the repository at this point in the history
…o natively offer it
  • Loading branch information
fernanDOTdo committed Oct 23, 2024
1 parent 93c21ed commit 54c6649
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
5 changes: 4 additions & 1 deletion dist/engrid.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* ENGRID PAGE TEMPLATE ASSETS
*
* Date: Tuesday, October 15, 2024 @ 14:47:20 ET
* Date: Wednesday, October 23, 2024 @ 16:24:36 ET
* By: fernando
* ENGrid styles: v0.19.9
* ENGrid scripts: v0.19.9
Expand Down Expand Up @@ -8863,6 +8863,9 @@ body[data-engrid-debug]:before{
position:relative;
z-index:100;
}
[data-engrid-theme=engrid-ran3] .engrid-welcome-back.showif-fast-personal-details+.engrid-personal-details-summary{
margin-top:calc(3rem - 2px);
}
[data-engrid-theme=engrid-ran3] .engrid-welcome-back .engrid-reset-welcome-back{
color:#78a22f;
cursor:pointer;
Expand Down
2 changes: 1 addition & 1 deletion dist/engrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* ENGRID PAGE TEMPLATE ASSETS
*
* Date: Tuesday, October 15, 2024 @ 14:47:20 ET
* Date: Wednesday, October 23, 2024 @ 16:24:36 ET
* By: fernando
* ENGrid styles: v0.19.9
* ENGrid scripts: v0.19.9
Expand Down
4 changes: 2 additions & 2 deletions dist/engrid.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/engrid.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions src/sass/themes/ran3.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1498,6 +1498,12 @@
margin-bottom: -50px;
position: relative;
z-index: 100;
/* Adds space for the welcome back message if there's no content there to natively offer it */
/* Screenshot: https://cln.sh/nKrwz2F0 */
/* REF: https://app.productive.io/2650-4site-interactive-studios-inc/tasks/5157730 */
&.showif-fast-personal-details + .engrid-personal-details-summary {
margin-top: calc(3rem - 2px);
}
}

.engrid-welcome-back .engrid-reset-welcome-back {
Expand Down

0 comments on commit 54c6649

Please sign in to comment.