mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-10 00:50:44 +01:00
5dbb2b182d
-- Dashboard Update -- Update to version 4.0.0. Complete redesign of the admin panel. New features and a license change.
10 lines
135 B
SCSS
Vendored
10 lines
135 B
SCSS
Vendored
/* Vertical Position */
|
|
.absolute-middle {
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
}
|
|
.absolute-bottom {
|
|
top: auto;
|
|
bottom: 0;
|
|
}
|