1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 15:29:42 +02:00
portainer/app/react/sidebar/Footer.module.css
itsconquest a0d349e0b3
feat(buildinfo): ability to see build info [EE-2552] (#7107)
* feat(buildinfo): ability to see build info [EE-2252]

* handle dark theme

* feat: add build info to status version

* feat: include ldflags in azure pipeline

* echo shell commands in azure build

* clean up main log

* allow tests to pass

* use data from backend

* allow clicking off modal to dismiss

* add placeholder versions

* refactor

* update button class

* fix modal displaying behind elements

Co-authored-by: Dmitry Salakhov <to@dimasalakhov.com>
2022-07-15 11:09:38 +12:00

42 lines
608 B
CSS

:global(#page-wrapper:not(.open)) .root {
display: none;
}
.dialog {
display: flex;
justify-content: center;
align-items: center;
z-index: 10000;
}
.versionInfo {
margin: 5px 15px 10px;
font-size: 12px;
}
.versionInfo table {
width: 100%;
table-layout: fixed;
}
.versionInfo td {
padding-bottom: 10px;
}
.toolsList {
padding: 15px;
border: 1px solid #d3d3d3;
border-radius: 5px;
background-color: rgba(211, 211, 211, 0.2);
width: max-width;
font-family: Arial;
word-break: break-all;
}
.toolsList span {
margin-bottom: 10px;
}
.tools span {
margin-right: 10px;
}