3
0

styled for buyersform
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Mike Sutton 2023-08-22 02:05:25 +02:00
parent da172c0ac3
commit cb189fa7c1
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,5 @@
FROM caddy:2
FROM caddy:latest
COPY /public /usr/share/caddy/
#APP=wizewerx/login_themes && TARGET=master && docker build -f ./Dockerfile -t $APP:$TARGET . && docker push $APP:$TARGET

View File

@ -15,6 +15,7 @@
.login-pf-page .card-pf {
max-width: 440px !important;
margin: auto !important;
background-color: #ffffff;
}
@ -65,7 +66,7 @@ div#kc-registration span a:hover {
.pf-c-form-control {
font-size: 14px;
border: none !important;
background-color: #F4f4f4 !important;
background-color: #F3f3f3 !important;
height: auto !important;
padding: 15px 25px !important;
border-radius: 5px;