Refactor about section
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
parent
6179b05fd5
commit
6eb8bf43dd
11 changed files with 450 additions and 469 deletions
|
@ -63,54 +63,7 @@ a:hover {
|
|||
color: #207089;
|
||||
}
|
||||
|
||||
.nav-button {
|
||||
background-color: transparent;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 0.25rem;
|
||||
color: #8392a5;
|
||||
}
|
||||
|
||||
.btn-dark {
|
||||
background-color: #3c4858 !important;
|
||||
border-color: #3c4858 !important;
|
||||
color: #e5e9f2 !important;
|
||||
transition: all 0.3s ease-out !important;
|
||||
}
|
||||
|
||||
.btn-dark:hover,
|
||||
.btn-dark:focus {
|
||||
background-color: #248aaa !important;
|
||||
border-color: #248aaa !important;
|
||||
transition: all 0.3s ease-out !important;
|
||||
}
|
||||
|
||||
.btn-outline-info {
|
||||
color: #2098d1 !important;
|
||||
border-color: #2098d1 !important;
|
||||
}
|
||||
|
||||
.btn-outline-info:hover {
|
||||
background-color: #2098d1 !important;
|
||||
color: #e5e9f2 !important;
|
||||
}
|
||||
|
||||
.btn-info {
|
||||
background-color: #248aaa !important;
|
||||
color: #e5e9f2 !important;
|
||||
}
|
||||
|
||||
.btn-info:hover {
|
||||
background-color: #2098d1 !important;
|
||||
color: #e5e9f2 !important;
|
||||
}
|
||||
|
||||
.btn-link {
|
||||
color: #248aaa;
|
||||
}
|
||||
|
||||
.btn-link:hover {
|
||||
color: #207089;
|
||||
}
|
||||
|
||||
.bg-white {
|
||||
background-color: #f9fafc !important;
|
||||
|
@ -140,50 +93,6 @@ img.right {
|
|||
margin-left: auto;
|
||||
}
|
||||
|
||||
// .card {
|
||||
// box-shadow: none;
|
||||
// transition: all 0.3s ease-out;
|
||||
// overflow: hidden;
|
||||
// }
|
||||
|
||||
.card-img-sm {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.card-img-xs {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
// .card:hover,
|
||||
// .card:focus {
|
||||
// box-shadow: 0px 8px 56px rgba(15, 80, 100, 0.16);
|
||||
// border: 1px solid #fff;
|
||||
// transition: all 0.3s ease-out;
|
||||
// }
|
||||
|
||||
// .card .card-head {
|
||||
// height: 172px;
|
||||
// display: flex;
|
||||
// justify-content: center;
|
||||
// align-items: center;
|
||||
// overflow: hidden;
|
||||
// }
|
||||
|
||||
// .card-img-top {
|
||||
// transition: all 0.3s ease-out !important;
|
||||
// }
|
||||
|
||||
// .card:hover .card-head .card-img-top,
|
||||
// .card:focus .card-head .card-img-top {
|
||||
// transition: all 0.3s ease-out;
|
||||
// transform: scale(1.2);
|
||||
// }
|
||||
|
||||
// .card-body {
|
||||
// text-align: justify;
|
||||
// }
|
||||
|
||||
.sub-title {
|
||||
color: #c0ccda;
|
||||
|
@ -420,7 +329,17 @@ mark {
|
|||
|
||||
/* --- FOOTER END ---- */
|
||||
|
||||
/* ============= Device specific fixes ======= */
|
||||
/* ============= Media Query Template ======= */
|
||||
@include media('<medium') {
|
||||
}
|
||||
@include media('>=medium','<large') {
|
||||
}
|
||||
@include media('>=large','<very-large') {
|
||||
}
|
||||
@include media('>=very-large','<extra-large') {
|
||||
}
|
||||
@include media('>=extra-large') {
|
||||
}
|
||||
|
||||
/* Large screens such as TV */
|
||||
@media only screen and (min-width: 1824px) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue