mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-02 04:16:44 +01:00
5dbb2b182d
-- Dashboard Update -- Update to version 4.0.0. Complete redesign of the admin panel. New features and a license change.
31 lines
474 B
SCSS
Vendored
31 lines
474 B
SCSS
Vendored
/*===== REBOOT =====*/
|
|
html[dir="rtl"] {
|
|
.sidebar li > a .caret:before {
|
|
content: '\f141';
|
|
}
|
|
.github-link {
|
|
svg {
|
|
transform: rotateY(180deg);
|
|
}
|
|
}
|
|
|
|
#toast-container>div {
|
|
position: absolute;
|
|
right: 0;
|
|
padding: 15px 15px 15px 50px;
|
|
|
|
.toast-close-button {
|
|
position: absolute;
|
|
left: auto;
|
|
right: 10px;
|
|
top: 5px;
|
|
}
|
|
}
|
|
|
|
#toast-container>.toast-success {
|
|
background-position: left 15px center;
|
|
}
|
|
}
|
|
|
|
|