This commit is contained in:
parent
da172c0ac3
commit
cb189fa7c1
@ -1,3 +1,5 @@
|
|||||||
FROM caddy:2
|
FROM caddy:latest
|
||||||
COPY /public /usr/share/caddy/
|
COPY /public /usr/share/caddy/
|
||||||
|
|
||||||
|
|
||||||
#APP=wizewerx/login_themes && TARGET=master && docker build -f ./Dockerfile -t $APP:$TARGET . && docker push $APP:$TARGET
|
#APP=wizewerx/login_themes && TARGET=master && docker build -f ./Dockerfile -t $APP:$TARGET . && docker push $APP:$TARGET
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
.login-pf-page .card-pf {
|
.login-pf-page .card-pf {
|
||||||
max-width: 440px !important;
|
max-width: 440px !important;
|
||||||
margin: auto !important;
|
margin: auto !important;
|
||||||
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -65,7 +66,7 @@ div#kc-registration span a:hover {
|
|||||||
.pf-c-form-control {
|
.pf-c-form-control {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
background-color: #F4f4f4 !important;
|
background-color: #F3f3f3 !important;
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
padding: 15px 25px !important;
|
padding: 15px 25px !important;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user