Skip to content

Commit

Permalink
feat: prepare release 0.13 (#1849)
Browse files Browse the repository at this point in the history
| Q            | A
|--------------| ---
| Bug fix?     | no
| New feature? | no
| BC-Break?    | yes
| License      | MIT

* Rename template configurations
* Add 0.13 background
* Remove unused assets
  • Loading branch information
gseidel authored Sep 20, 2023
1 parent e8ab56f commit 607b25b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file added assets/images/background/enhavo-13-bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/images/checkbox.png
Binary file not shown.
Binary file removed assets/images/ribbon.png
Binary file not shown.
Binary file removed assets/images/ribbon2.png
Binary file not shown.
2 changes: 1 addition & 1 deletion assets/styles/login.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ html, body{overflow:hidden;}

.bundle-user-login {position:fixed;top:0;left:0;width:100%;height:100%;color:#fff;
a {text-decoration: none;color:#fff;}
.background {position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background-image:url(../images/background/enhavo-12-bg.jpg);background-size:cover;}
.background {position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background-image:url(../images/background/enhavo-13-bg.jpg);background-size:cover;}
.branding {position:absolute;bottom:0;left:0;width:100%;text-align:center;background:$color1;font-size:0.875rem;line-height:$lineHeight;padding:8px 65px;
a {font-weight:500;}
.version {position:absolute;right:10px;top:5px;text-align: right;background:$color2;border-radius:3px;padding:3px 6px 2px 6px;}
Expand Down

0 comments on commit 607b25b

Please sign in to comment.