Fixes to trade expansion and trade acceptance appearance
This commit is contained in:
parent
63e20bace6
commit
01becbee48
20 changed files with 105 additions and 148 deletions
|
|
@ -1,5 +1,16 @@
|
|||
[x-cloak] { display: none !important; }
|
||||
|
||||
/* Beta Badge */
|
||||
#navbar-logo::after {
|
||||
content: 'BETA';
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
color: var(--color-base-content);
|
||||
background-color: var(--color-base-300);
|
||||
padding: 4px 8px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
select.card-multiselect {
|
||||
height: calc(var(--spacing) * 35);
|
||||
/*background-image: linear-gradient(45deg, #0000 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, #0000 50%); */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue