tarted up the wizewerx brand login
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7f7eac7d50
commit
ed7506090f
Binary file not shown.
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 5.3 KiB |
@ -1,6 +1,16 @@
|
||||
.login-pf body {
|
||||
background: url(background.png) !important;
|
||||
background-size: cover !important;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
transition: background-image 0.5s ease-in-out;
|
||||
/* Replace 'YOUR_UNSPLASH_IMAGE_LINK' with the actual Unsplash image link */
|
||||
background-image: url('https://source.unsplash.com/collection/2373494/backgrounds');
|
||||
}
|
||||
|
||||
.login-pf-page .login-pf-header h1 {
|
||||
@ -20,11 +30,17 @@ div#kc-registration span a:hover {
|
||||
}
|
||||
|
||||
.app-logo {
|
||||
background-color: gray;
|
||||
background-image: url(logo.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: contain;
|
||||
width: 320px; /* Adjust the width and height as needed */
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.login-pf-page .login-pf-page-header p::before {
|
||||
content: "Create infinitely nested trees and turn your plans and vision into managed work.";
|
||||
content: "Our stuff.";
|
||||
}
|
||||
|
||||
.login-main-title::before {
|
||||
|
Loading…
x
Reference in New Issue
Block a user