LinkStack/assets/scss/_github.scss
Julian Prieber 5dbb2b182d Version 4.0
-- Dashboard Update --

Update to version 4.0.0.
Complete redesign of the admin panel.
New features and a license change.
2023-04-26 15:44:39 +02:00

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;
}
}
}