feat: updated keycloak image version
- keycloak 12.0.4 -> 14.0.0 - updated smardigo images (netgo branding)master
parent
ed4ebc8630
commit
79cad695e7
@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
pdns_image_name: "dev-docker-registry-01.smardigo.digital/smardigo/pdns-authoritative"
|
pdns_image_name: "{{ shared_service_docker_registry_hostname }}/smardigo/pdns-authoritative"
|
||||||
pdns_image_version: "1.0.0"
|
pdns_image_version: "1.0.0"
|
||||||
|
|
||||||
pdns_recursor_image_name: "dev-docker-registry-01.smardigo.digital/smardigo/pdns-recursor"
|
pdns_recursor_image_name: "{{ shared_service_docker_registry_hostname }}/smardigo/pdns-recursor"
|
||||||
pdns_recursor_image_version: "1.0.0"
|
pdns_recursor_image_version: "1.0.0"
|
||||||
|
|
||||||
pdns_admin_image_name: "ngoduykhanh/powerdns-admin"
|
pdns_admin_image_name: "ngoduykhanh/powerdns-admin"
|
||||||
pdns_admin_image_version: "0.2.2"
|
pdns_admin_image_version: "0.2.4"
|
||||||
|
|||||||
@ -1,39 +0,0 @@
|
|||||||
.navbar-title {
|
|
||||||
background-color: #ffffff;
|
|
||||||
background-image: url('../img/smardigo-logo.png');
|
|
||||||
height: 30px;
|
|
||||||
width: 171px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navbar-pf {
|
|
||||||
border-top-color: #ffffff;
|
|
||||||
border-bottom-color: #b02d3f;
|
|
||||||
background: #ffffff;
|
|
||||||
border-bottom-width: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navbar-pf .navbar-header {
|
|
||||||
border-color: #b02d3f;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bs-sidebar ul li.active a {
|
|
||||||
color: #ffffff;
|
|
||||||
border-color: #b02d3f;
|
|
||||||
background-color: #b02d3f;
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-primary {
|
|
||||||
background-color: #b02d3f;
|
|
||||||
border-color: #b02d3f;
|
|
||||||
background-image: linear-gradient(to bottom,#b02d3f 0,#b02d3f 100%);
|
|
||||||
background-repeat: repeat-x;
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open .dropdown-toggle.btn-primary {
|
|
||||||
background-color: #b02d3f;
|
|
||||||
border-color: #b02d3f;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navbar-pf .navbar-utility > li > a {
|
|
||||||
color: #000000 !important;
|
|
||||||
}
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 149 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 8.0 KiB |
@ -1,4 +0,0 @@
|
|||||||
parent=keycloak
|
|
||||||
import=common/keycloak
|
|
||||||
|
|
||||||
styles=node_modules/patternfly/dist/css/patternfly.min.css node_modules/patternfly/dist/css/patternfly-additions.min.css css/account.css css/smardigo-account.css
|
|
||||||
@ -1,17 +0,0 @@
|
|||||||
.navbar-pf {
|
|
||||||
background: #ffffff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navbar-pf .navbar-brand {
|
|
||||||
background-image: url('../img/smardigo-logo.png');
|
|
||||||
background-size: 171px 30px;
|
|
||||||
width: 171px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navbar-pf .navbar-header {
|
|
||||||
border-bottom: 1px solid #b02d3f;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navbar-pf .navbar-utility .dropdown-toggle {
|
|
||||||
color: #000000!important;
|
|
||||||
}
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 149 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 8.0 KiB |
@ -1,4 +0,0 @@
|
|||||||
parent=keycloak
|
|
||||||
import=common/keycloak
|
|
||||||
|
|
||||||
styles=node_modules/patternfly/dist/css/patternfly.min.css node_modules/patternfly/dist/css/patternfly-additions.min.css node_modules/select2/select2.css lib/angular/treeview/css/angular.treeview.css node_modules/text-security/text-security.css css/styles.css css/smardigo-styles.css
|
|
||||||
@ -1,59 +0,0 @@
|
|||||||
/* Zentrieren der Login-Box */
|
|
||||||
.login-pf-page {
|
|
||||||
position: relative;
|
|
||||||
top: 40%; /* erst oben 40% frei lassen (50% wäre exakt zentrieren, 40% sieht aber besser aus)*/
|
|
||||||
transform: translateY(-50%); /* dann die Box um die halbe Höhe hochschieben */
|
|
||||||
}
|
|
||||||
|
|
||||||
.login-pf body {
|
|
||||||
background: none; /* entfernen des Keycloak-Theme-Hintergrundes... */
|
|
||||||
background-color: #f3f5f7; /* ...dahinter ist noch ein STandard-Hintergrundbild, das verschwindet, wenn man hier eine Farbe setzt. (merkwürdig...) */
|
|
||||||
}
|
|
||||||
|
|
||||||
.login-pf-page .login-pf-header h1 {
|
|
||||||
font-size: 24px;
|
|
||||||
font-weight: bold;
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.login-pf-page .card-pf {
|
|
||||||
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
|
||||||
}
|
|
||||||
|
|
||||||
#kc-header {
|
|
||||||
background-image: url("../img/smardigo-logo.png");
|
|
||||||
background-size: contain;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-position: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Keycloak-Client-Name verstecken, stattdessen wird unser Smardigo-Logo angezeigt */
|
|
||||||
#kc-header-wrapper {
|
|
||||||
visibility: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-primary {
|
|
||||||
background-image: linear-gradient(to bottom,#006a68 0,#006a68 100%);
|
|
||||||
border-color: #006a68;
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open .dropdown-toggle.btn-primary, btn-lg {
|
|
||||||
background-color: #b02d3f;
|
|
||||||
border-color: #b02d3f;
|
|
||||||
}
|
|
||||||
|
|
||||||
.form-control:hover {
|
|
||||||
border-color: #b02d3f;
|
|
||||||
}
|
|
||||||
|
|
||||||
.form-control:focus {
|
|
||||||
border-color: #b02d3f;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-pf {
|
|
||||||
border-top-color: #b02d3f;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pf-m-primary {
|
|
||||||
background-color: #b02d3f!important;
|
|
||||||
}
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 149 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 35 KiB |
@ -1,4 +0,0 @@
|
|||||||
parent=keycloak
|
|
||||||
import=common/keycloak
|
|
||||||
|
|
||||||
styles=node_modules/patternfly/dist/css/patternfly.min.css node_modules/patternfly/dist/css/patternfly-additions.min.css lib/zocial/zocial.css css/login.css css/tile.css css/smardigo-login.css
|
|
||||||
Loading…
Reference in New Issue