1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00

portainer: login page

This commit is contained in:
gilbN 2019-12-27 12:20:07 +01:00
parent eda7625d7b
commit 0f4813054a

View File

@ -72,7 +72,18 @@
color: #ccc;
}
/* LOGIN */
.panel-default {
border-color: transparent;
}
.panel {
background-color: transparent;
border: 1px solid transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.panel-body {
background-color: transparent;
}
/* SIDEBAR */
#sidebar-wrapper {
background: rgba(0, 0, 0, 0.25);