Decorating the sidenav
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
.sidenav {
|
||||||
|
background-image: url("/assets/leather_texture.png");
|
||||||
|
background-size: 220px;
|
||||||
|
max-width: 220px;
|
||||||
|
}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<main style="margin-top: 0px;">
|
<main style="margin-top: 0px;">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<div class="row flex-nowrap">
|
<div class="row flex-nowrap">
|
||||||
<div class="col-auto col-md-3 col-xl-2 px-sm-2 px-0 bg-dark" style="max-width: 200px;">
|
<div class="sidenav col-auto col-md-3 col-xl-2 px-sm-2 px-0 bg-dark">
|
||||||
<sidenav class="sticky-top"></sidenav>
|
<sidenav class="sticky-top"></sidenav>
|
||||||
</div>
|
</div>
|
||||||
<div class="col py-3">
|
<div class="col py-3">
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
.logout {
|
.logout {
|
||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
front/app/src/assets/leather_texture.png
Normal file
BIN
front/app/src/assets/leather_texture.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 70 KiB |
@@ -26,3 +26,14 @@
|
|||||||
.contract-body {
|
.contract-body {
|
||||||
font-family: 'Century Schoolbook';
|
font-family: 'Century Schoolbook';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav-link {
|
||||||
|
color: #D2BA6F;
|
||||||
|
--bs-nav-link-hover-color: #9c8a51;
|
||||||
|
--bs-nav-pills-link-active-color: #D2BA6F;
|
||||||
|
--bs-nav-pills-link-active-bg: #114856;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-link.active {
|
||||||
|
border: #D2BA6F solid 2px;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user