mirror of
https://github.com/portainer/portainer.git
synced 2025-08-03 04:45:21 +02:00
feat(home): change layout of env tile [EE-4479] (#8061)
This commit is contained in:
parent
b48aa1274d
commit
eba5879ec8
29 changed files with 717 additions and 445 deletions
|
@ -205,7 +205,6 @@ input[type='checkbox'] {
|
|||
.blocklist-item {
|
||||
padding: 10px;
|
||||
margin-bottom: 10px;
|
||||
cursor: pointer;
|
||||
border: 1px solid var(--border-blocklist);
|
||||
border-radius: 8px;
|
||||
margin-right: 10px;
|
||||
|
@ -222,8 +221,9 @@ input[type='checkbox'] {
|
|||
color: var(--text-blocklist-item-selected-color);
|
||||
}
|
||||
|
||||
.blocklist-item:hover {
|
||||
.blocklist-item:not(.blocklist-item-not-interactive):hover {
|
||||
@apply border border-blue-7;
|
||||
cursor: pointer;
|
||||
|
||||
background-color: var(--bg-blocklist-hover-color);
|
||||
color: var(--text-blocklist-hover-color);
|
||||
|
@ -233,10 +233,6 @@ input[type='checkbox'] {
|
|||
display: flex;
|
||||
}
|
||||
|
||||
.blocklist-item-line.endpoint-item {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.blocklist-item-line {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
@ -248,24 +244,11 @@ input[type='checkbox'] {
|
|||
max-height: 60px;
|
||||
}
|
||||
|
||||
.blocklist-item-logo.endpoint-item {
|
||||
margin: 10px 4px 0 6px;
|
||||
}
|
||||
|
||||
.blocklist-item-logo.endpoint-item.azure {
|
||||
margin: 0 0 0 10px;
|
||||
}
|
||||
|
||||
.blocklist-item-title {
|
||||
font-size: 1.8em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.blocklist-item-title.endpoint-item {
|
||||
font-size: 1em;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.blocklist-item-subtitle {
|
||||
font-size: 0.9em;
|
||||
padding-right: 1em;
|
||||
|
@ -660,7 +643,7 @@ input[type='checkbox'] {
|
|||
margin-right: -50%;
|
||||
}
|
||||
|
||||
/*bootbox override*/
|
||||
/*bootbox override */
|
||||
.modal-open {
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
border-radius: 8px;
|
||||
display: inline-flex;
|
||||
justify-content: space-around;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue