mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
feat(ui): replace boxselector with react component EE-3593 (#7215)
* replace boxselector and upload vendor icon
This commit is contained in:
parent
14a8b1d897
commit
9a2cdc4a93
42 changed files with 993 additions and 61 deletions
|
@ -1,6 +1,6 @@
|
|||
.boxselector_wrapper > div,
|
||||
.boxselector_wrapper box-selector-item {
|
||||
--selected-item-color: var(--blue-2);
|
||||
.box-selector-item {
|
||||
--selected-item-color: var(--ui-blue-6);
|
||||
flex: 1;
|
||||
padding: 5px;
|
||||
}
|
||||
|
@ -128,6 +128,15 @@
|
|||
.boxselector_icon img {
|
||||
height: 48px;
|
||||
width: 48px;
|
||||
color: var(--ui-blue-4);
|
||||
color: var(--ui-blue-8);
|
||||
font-size: 48px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.boxselector_header pr-icon {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.boxselector_content {
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue