mirror of
https://github.com/jcreek/jcreek.github.io.git
synced 2026-07-13 19:13:48 +00:00
Initial commit using lightly customised bootstap resume template.
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
#sideNav {
|
||||
.navbar-nav .nav-item .nav-link {
|
||||
font-weight: 800;
|
||||
letter-spacing: 0.05rem;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.navbar-toggler {
|
||||
&:focus {
|
||||
outline-color: lighten($primary, 15%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
#sideNav {
|
||||
text-align: center;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
width: $sidebar-base-width;
|
||||
height: 100vh;
|
||||
.navbar-brand {
|
||||
display: flex;
|
||||
|
||||
margin: auto auto 0;
|
||||
padding: 0.5rem;
|
||||
.img-profile {
|
||||
max-width: 10rem;
|
||||
max-height: 10rem;
|
||||
border: 0.5rem solid $dark;
|
||||
background: white;
|
||||
}
|
||||
}
|
||||
.navbar-collapse {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
flex-grow: 0;
|
||||
|
||||
width: 100%;
|
||||
margin-bottom: auto;
|
||||
.navbar-nav {
|
||||
flex-direction: column;
|
||||
|
||||
width: 100%;
|
||||
.nav-item {
|
||||
display: block;
|
||||
.nav-link {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user