Initial Project Commit
This commit is contained in:
commit
a6dea9c888
2148 changed files with 173870 additions and 0 deletions
50
src/main/webapp/app/layouts/navbar/navbar.component.scss
Normal file
50
src/main/webapp/app/layouts/navbar/navbar.component.scss
Normal file
|
@ -0,0 +1,50 @@
|
|||
@import 'bootstrap/scss/functions';
|
||||
@import 'bootstrap/scss/variables';
|
||||
|
||||
/* ==========================================================================
|
||||
Navbar
|
||||
========================================================================== */
|
||||
|
||||
.navbar-version {
|
||||
font-size: 0.65em;
|
||||
color: $navbar-dark-color;
|
||||
}
|
||||
|
||||
.profile-image {
|
||||
height: 1.75em;
|
||||
width: 1.75em;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
padding: 0.2rem 1rem;
|
||||
|
||||
a.nav-link {
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Logo styles
|
||||
========================================================================== */
|
||||
.logo-img {
|
||||
height: 45px;
|
||||
width: 200px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
background: url('/content/images/logo-nova-group-zero.svg') no-repeat center center;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Fix navbar to top
|
||||
========================================================================== */
|
||||
.navbar {
|
||||
position: fixed; /* Fixes it at the top */
|
||||
top: 0; /* Aligns it to the top */
|
||||
left: 0; /* Ensures it starts from the left */
|
||||
width: 100%; /* Full-width */
|
||||
background-color: #333; /* Example background */
|
||||
color: white;
|
||||
padding: 10px 20px;
|
||||
z-index: 1000; /* Ensures it stays above other elements */
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue