mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
Fixes banner shadow
This commit is contained in:
parent
3c4c49df23
commit
b74d0f58f1
1 changed files with 2 additions and 2 deletions
|
|
@ -599,9 +599,9 @@
|
|||
align-items: center;
|
||||
align-self: stretch;
|
||||
border-radius: 8px;
|
||||
background-color: var(--page-weak);
|
||||
background-color: var(--surfaces-surface-01);
|
||||
border: 1px solid var(--border-weak, #FFAF4140);
|
||||
box-shadow: var(--elevation-200-box-shadow);
|
||||
box-shadow: var(--elevation-000-box-shadow);
|
||||
|
||||
.license-loader {
|
||||
justify-content: center;
|
||||
|
|
|
|||
Loading…
Reference in a new issue