Migrate to Bootstrap 5 (#918)
* Migrate to Bootstrap 5 * Fix dropdown * Fix horizontal line color * Fix vertical line * Migrate bootstrap on example site * Fix style issue + scroll spy Signed-off-by: hossainemruz <hossainemruz@gmail.com> --------- Signed-off-by: hossainemruz <hossainemruz@gmail.com> Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
This commit is contained in:
parent
f8c6d8c613
commit
03148c9f3f
30 changed files with 105 additions and 82 deletions
|
@ -49,6 +49,15 @@
|
|||
color: get-light-color('muted-text-color');
|
||||
}
|
||||
|
||||
.navbar-toggler {
|
||||
border: none;
|
||||
&:focus {
|
||||
border: none;
|
||||
outline: none !important;
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.tags {
|
||||
text-align: left;
|
||||
padding-top: 0.5em;
|
||||
|
|
|
@ -50,6 +50,7 @@
|
|||
|
||||
.post-card-link {
|
||||
text-decoration: none !important;
|
||||
color: get-light-color('text-color');
|
||||
}
|
||||
|
||||
.card {
|
||||
|
|
|
@ -2,6 +2,10 @@ a {
|
|||
color: get-light-color('accent-color');
|
||||
@include transition();
|
||||
|
||||
&:link {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
text-decoration: get-light-color('hover-over-accent-color') underline;
|
||||
|
|
|
@ -184,6 +184,7 @@ body.kind-page {
|
|||
|
||||
#scroll-to-top {
|
||||
position: fixed;
|
||||
border: none;
|
||||
bottom: 0rem;
|
||||
right: 1rem;
|
||||
color: get-light-color('accent-color');
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
.navbar-brand {
|
||||
color: get-light-color('heading-color');
|
||||
text-decoration: none !important;
|
||||
font-weight: 600;
|
||||
img {
|
||||
width: 42px;
|
||||
|
|
|
@ -32,14 +32,14 @@
|
|||
|
||||
&::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
position: relative;
|
||||
border-left: 3px solid get-light-color('accent-color');
|
||||
z-index: 1;
|
||||
height: 100%;
|
||||
left: 50%;
|
||||
left: -23px;
|
||||
}
|
||||
&:nth-child(even)::after {
|
||||
left: calc(50% - 3px) !important;
|
||||
left: -26px;
|
||||
}
|
||||
}
|
||||
.horizontal-line {
|
||||
|
@ -52,6 +52,7 @@
|
|||
margin: 0;
|
||||
top: 17px;
|
||||
position: relative;
|
||||
opacity: 1;
|
||||
}
|
||||
.timeline-side-div {
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue