LinkStack/assets/scss/_github.scss

32 lines
443 B
SCSS
Raw Permalink Normal View History

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