1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-22 23:09:41 +02:00

fix(ui): kubernetes-consistent-styling EE-3820 (#7425)

This commit is contained in:
Ali 2022-08-13 00:22:45 +06:00 committed by GitHub
parent b67f404d8d
commit 36c93c7f57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
80 changed files with 713 additions and 548 deletions

View file

@ -6,14 +6,20 @@
width: 100vw;
z-index: 1000;
height: 495px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.root.minimized {
height: 35px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.header {
height: 35px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
display: flex;
justify-content: space-between;
align-items: center;
@ -21,11 +27,11 @@
background: rgb(245, 245, 245);
border-top: 1px solid rgb(190, 190, 190);
padding: 0 30px;
padding: 0 16px;
}
.title {
font-weight: bold;
font-weight: 500;
font-size: 14px;
}
@ -36,5 +42,6 @@
.terminal-container .loading-message {
position: fixed;
padding: 10px 16px 0px 16px;
color: #fff;
}