mirror of
https://github.com/portainer/portainer.git
synced 2025-08-07 14:55:27 +02:00
feat(ui): portainer base component css change [EE-3381] (#7115)
This commit is contained in:
parent
825269c119
commit
f78a6568a6
70 changed files with 999 additions and 1596 deletions
|
@ -67,7 +67,6 @@ body,
|
|||
}
|
||||
|
||||
.form-section-title {
|
||||
border-bottom: 1px solid var(--border-form-section-title-color);
|
||||
margin-top: 5px;
|
||||
margin-bottom: 15px;
|
||||
color: var(--text-form-section-title-color);
|
||||
|
@ -149,7 +148,7 @@ a[ng-click] {
|
|||
}
|
||||
|
||||
.fa.red-icon {
|
||||
color: #ae2323;
|
||||
color: #f04438;
|
||||
}
|
||||
|
||||
.fa.orange-icon {
|
||||
|
@ -221,12 +220,13 @@ a[ng-click] {
|
|||
}
|
||||
|
||||
.blocklist-item {
|
||||
padding: 7px;
|
||||
margin-bottom: 7px;
|
||||
padding: 10px;
|
||||
margin-bottom: 10px;
|
||||
cursor: pointer;
|
||||
border: 1px solid var(--border-blocklist-color);
|
||||
border-radius: 2px;
|
||||
border: 1px solid var(--border-blocklist);
|
||||
border-radius: 8px;
|
||||
box-shadow: var(--shadow-box-color);
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.blocklist-item--disabled {
|
||||
|
@ -243,6 +243,7 @@ a[ng-click] {
|
|||
.blocklist-item:hover {
|
||||
background-color: var(--bg-blocklist-hover-color);
|
||||
color: var(--text-blocklist-hover-color);
|
||||
border: 1px solid var(--ui-blue-4);
|
||||
}
|
||||
|
||||
.blocklist-item-box {
|
||||
|
@ -379,12 +380,13 @@ a[ng-click] {
|
|||
}
|
||||
|
||||
.panel-body {
|
||||
padding-top: 30px;
|
||||
background-color: var(--white-color) fff;
|
||||
padding: 30px 25px;
|
||||
background-color: var(--white-color);
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.user-box {
|
||||
margin-right: 25px;
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
.select-endpoint {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue