1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 13:55:21 +02:00

style(sidebar): add a small logo in the sidebar (#1255)

This commit is contained in:
Anthony Lapenna 2017-10-01 09:44:02 +01:00 committed by GitHub
parent 249bcf5bac
commit 3e99fae070
3 changed files with 17 additions and 5 deletions

View file

@ -296,6 +296,20 @@ ul.sidebar .sidebar-list a.active {
background: #2d3e63;
}
.sidebar-footer .logo {
width: 100%;
max-width: 100px;
height: 100%;
max-height: 35px;
margin: 2px 0 2px 20px;
}
.sidebar-footer .version {
font-size: 11px;
margin: 11px 20px 0 7px;
color: #fff;
}
#image-layers .btn{
padding: 0;
}