Use unified navbar for all pages
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
parent
5a9af3cc46
commit
cb0ae29984
24 changed files with 243 additions and 298 deletions
|
@ -87,13 +87,13 @@
|
|||
&:before {
|
||||
content: '';
|
||||
display: block;
|
||||
width: 20px;
|
||||
width: 18px;
|
||||
height: 0;
|
||||
border-top: 1px solid;
|
||||
margin-top: -1px;
|
||||
position: absolute;
|
||||
top: 18px;
|
||||
left: -3px;
|
||||
left: -2px;
|
||||
}
|
||||
&:last-child:before {
|
||||
background: #f9fafc;
|
||||
|
@ -116,9 +116,9 @@
|
|||
display: block;
|
||||
width: 0;
|
||||
position: absolute;
|
||||
top: -10px;
|
||||
left: 0.3rem;
|
||||
bottom: 0.9rem;
|
||||
top: -8px;
|
||||
left: 6px;
|
||||
bottom: 0.8rem;
|
||||
border-left: 1px solid;
|
||||
}
|
||||
}
|
||||
|
@ -247,3 +247,9 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.feather-plus-circle,
|
||||
.feather-minus-circle {
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue