mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-01-24 16:32:16 +01:00
5dbb2b182d
-- Dashboard Update -- Update to version 4.0.0. Complete redesign of the admin panel. New features and a license change.
32 lines
443 B
SCSS
Vendored
32 lines
443 B
SCSS
Vendored
/* Github Icon */
|
|
.github-link {
|
|
display: none;
|
|
@include media-breakpoint-up(md){
|
|
display: block;
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
z-index: 999;
|
|
i {
|
|
position: absolute;
|
|
top: 7px;
|
|
right: 7px;
|
|
color: $white;
|
|
font-size: 25px;
|
|
}
|
|
}
|
|
svg {
|
|
width: 75px;
|
|
height: 75px;
|
|
}
|
|
}
|
|
|
|
.header-fixed {
|
|
.github-link {
|
|
position: fixed;
|
|
i {
|
|
position: fixed;
|
|
}
|
|
}
|
|
}
|