diff --git a/admin/resources/css/styles.css b/admin/resources/css/styles.css index 3f6b7b8..ad783f0 100644 --- a/admin/resources/css/styles.css +++ b/admin/resources/css/styles.css @@ -307,6 +307,15 @@ th.w-40 { .navbar-pf{ border-top: none!important; + background: #fff; + border: 0; + border-top-color: currentcolor; + border-top-style: none; + border-top-width: 0px; + border-radius: 0; + border-top: 3px solid #39a5dc; + margin-bottom: 0; + min-height: 0; } .navbar-pf .navbar-brand { @@ -314,7 +323,7 @@ th.w-40 { height: 56px; line-height: 56px; background-position: center center; - background-image: url('../img/keyclok-logo.png'); + background-image: url('../img/logo-isti.png'); background-size: 148px 30px; background-repeat: no-repeat; width: 148px; diff --git a/admin/resources/img/keyclok-logo.png b/admin/resources/img/keyclok-logo.png deleted file mode 100644 index ca53f0a..0000000 Binary files a/admin/resources/img/keyclok-logo.png and /dev/null differ diff --git a/admin/resources/img/keyclok-logo.svg b/admin/resources/img/keyclok-logo.svg deleted file mode 100644 index 05fa87b..0000000 --- a/admin/resources/img/keyclok-logo.svg +++ /dev/null @@ -1,194 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/admin/resources/img/logo-isti.png b/admin/resources/img/logo-isti.png new file mode 100644 index 0000000..c931a00 Binary files /dev/null and b/admin/resources/img/logo-isti.png differ