Files
pathfinder/sass/layout/_sticky-panel.scss
Mark Friedrich e28fea9081 - new "ESI monitoring" UI dialog, closed #748
- new "Redis monitoring" UI on `/setup` page, closed #745
- improved request handling for 3rd party APIs (ESI, SSO, GitHub) see [exodus4d/pathfinder_esi/README.md](https://github.com/exodus4d/pathfinder_esi/blob/b5d4b19/README.md)
- improved `/setup` page, new actions for clear cache/Redis data
2019-02-08 15:12:53 +01:00

33 lines
464 B
SCSS

.pf-landing-sticky-panel{
position: fixed;
min-width: 100px;
border-radius: 5px;
padding: 7px;
box-shadow: 0 4px 10px rgba(0,0,0,0.4);
z-index: 100; // over "gallery slider"
background: {
color: rgba(43, 43, 43, 0.7);
}
h4{
margin: 5px 0 10px 0;
}
ul{
margin-bottom: 0;
}
ul + h4{
margin-top: 10px;
}
}
#pf-landing-server-panel{
top: 50px;
left: 10px;
}
#pf-landing-admin-panel{
bottom: 10px;
right: 10px;
}