mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
fix(ui/box-selectors): make multi use square [EE-3856] (#8470)
This commit is contained in:
parent
e0481f69b1
commit
69a91ff90a
7 changed files with 37 additions and 46 deletions
|
@ -12,10 +12,12 @@
|
|||
font-size: 12px;
|
||||
display: block;
|
||||
border-radius: 8px;
|
||||
padding: 15px;
|
||||
|
||||
padding: 20px 15px;
|
||||
text-align: left;
|
||||
box-shadow: var(--shadow-boxselector-color);
|
||||
position: relative;
|
||||
margin-bottom: 0;
|
||||
|
||||
text-align: left;
|
||||
height: 100%;
|
||||
|
@ -46,7 +48,5 @@
|
|||
@apply th-dark:border-blue-7 th-dark:bg-blue-10;
|
||||
@apply th-highcontrast:border-blue-7 th-highcontrast:bg-blue-10;
|
||||
|
||||
border-radius: 8px;
|
||||
padding: 15px;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue