mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
* improving footer * improve ui * upgrading dependencies * adding glow to all boxes on dashboard * introducing single listing view * next release version * improve screenshots and login page
12 lines
271 B
Plaintext
12 lines
271 B
Plaintext
.fredyFooter {
|
|
background-color: var(--semi-color-bg-1);
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
padding: 0 1rem;
|
|
height: 32px;
|
|
border-top: 1px solid var(--semi-color-border);
|
|
z-index: 1000;
|
|
position: relative;
|
|
flex-shrink: 0;
|
|
} |