Merge branch 'master' of https://gitlab.com/isard/isard-sso
commit
42932d55a0
|
@ -15,6 +15,8 @@ RUN apk add curl py3-yaml
|
||||||
|
|
||||||
COPY ./src /api
|
COPY ./src /api
|
||||||
|
|
||||||
|
RUN wget -qO - https://fontawesome.com/v4.7/assets/font-awesome-4.7.0.zip | busybox unzip -d /api/api/static/css/ -
|
||||||
|
|
||||||
#EXPOSE 7039
|
#EXPOSE 7039
|
||||||
#WORKDIR /api
|
#WORKDIR /api
|
||||||
#CMD [ "python3", "start.py" ]
|
#CMD [ "python3", "start.py" ]
|
||||||
|
|
|
@ -11,6 +11,8 @@ server {
|
||||||
log_not_found off;
|
log_not_found off;
|
||||||
access_log off;
|
access_log off;
|
||||||
|
|
||||||
|
add_header Access-Control-Allow-Origin *;
|
||||||
|
|
||||||
# location /header/json {
|
# location /header/json {
|
||||||
# proxy_pass http://127.0.0.1:7039/header/json;
|
# proxy_pass http://127.0.0.1:7039/header/json;
|
||||||
# expires max;
|
# expires max;
|
||||||
|
|
|
@ -194,6 +194,13 @@ body {
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
.login-pf-page .card-pf {
|
||||||
|
min-width: inherit;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.form-control {
|
.form-control {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border: 1px solid #ced4da;
|
border: 1px solid #ced4da;
|
||||||
|
@ -282,4 +289,8 @@ footer#page-footer .container2 {
|
||||||
|
|
||||||
footer#page-footer .container2 a {
|
footer#page-footer .container2 a {
|
||||||
color: #343a40;
|
color: #343a40;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer#page-footer span.pipe {
|
||||||
|
margin: 0 6px;
|
||||||
|
}
|
||||||
|
|
|
@ -150,7 +150,9 @@
|
||||||
<footer id="page-footer">
|
<footer id="page-footer">
|
||||||
<div class="container2">
|
<div class="container2">
|
||||||
<div class="politics">
|
<div class="politics">
|
||||||
<a href="#">Resumen de retención de datos</a> | <a href="">Políticas de privacidad</a></span>
|
<a href="#">Resum de retenció de dades</a>
|
||||||
|
<span class="pipe">|</span>
|
||||||
|
<a href="#">Polítiques de privacitat</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Reference in New Issue