This commit is contained in:
103
crm/_footer.css
103
crm/_footer.css
@ -1,11 +1,11 @@
|
||||
img{
|
||||
img {
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.footer {
|
||||
position: relative;
|
||||
background:#F8F8F8;
|
||||
background: #f8f8f8;
|
||||
flex: 0 0 auto;
|
||||
}
|
||||
.feedback-wrap {
|
||||
@ -33,8 +33,6 @@ img{
|
||||
max-width: 360px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.fb-inner {
|
||||
width: 75%;
|
||||
position: relative;
|
||||
@ -52,7 +50,7 @@ img{
|
||||
/* }*/
|
||||
/*}*/
|
||||
|
||||
@media (min-width:1471px) and (max-width:1660px) {
|
||||
@media (min-width: 1471px) and (max-width: 1660px) {
|
||||
.fb-container {
|
||||
position: absolute;
|
||||
}
|
||||
@ -84,9 +82,9 @@ img{
|
||||
}
|
||||
}
|
||||
.footer-container {
|
||||
max-width: 1660px;
|
||||
margin: auto;
|
||||
padding: 0 20px;
|
||||
max-width: 1660px;
|
||||
margin: auto;
|
||||
padding: 0 20px;
|
||||
}
|
||||
.footer-mobile {
|
||||
display: none;
|
||||
@ -97,7 +95,7 @@ img{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
gap: 6.67px;
|
||||
gap: 6px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
@ -108,20 +106,18 @@ img{
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.footer-item:last-child{
|
||||
.footer-item:last-child {
|
||||
margin-left: 1.2rem;
|
||||
}
|
||||
|
||||
.footer-line-copy{
|
||||
padding-left: 2px;
|
||||
color:rgb(156, 156, 156);
|
||||
opacity:1 !important;
|
||||
width: auto;
|
||||
|
||||
.footer-line-copy {
|
||||
color: rgb(156, 156, 156);
|
||||
opacity: 1 !important;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.footer-copy{
|
||||
opacity:1 !important;
|
||||
.footer-copy {
|
||||
opacity: 1 !important;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
@ -149,7 +145,8 @@ img{
|
||||
.footer-list .footer-item:first-child a img {
|
||||
margin-right: 4px;
|
||||
}
|
||||
.footer__inner, .footer__copy-inner {
|
||||
.footer__inner,
|
||||
.footer__copy-inner {
|
||||
margin: 0 auto;
|
||||
max-width: 1660px;
|
||||
padding: 0 17px;
|
||||
@ -161,12 +158,11 @@ img{
|
||||
align-items: center;
|
||||
padding-bottom: 38px;
|
||||
}
|
||||
.footer-link{
|
||||
|
||||
.footer-link {
|
||||
display: flex;
|
||||
align-items: flex-end !important;
|
||||
}
|
||||
.footer-img{
|
||||
.footer-img {
|
||||
padding-top: 3px;
|
||||
}
|
||||
.footer__nav {
|
||||
@ -183,7 +179,7 @@ img{
|
||||
.footer__nav a {
|
||||
font-size: 17px;
|
||||
line-height: 21px;
|
||||
color: #FAFAFA;
|
||||
color: #fafafa;
|
||||
text-decoration: none;
|
||||
}
|
||||
.footer__nav a:hover {
|
||||
@ -251,8 +247,8 @@ img{
|
||||
.footer-mobile__list a {
|
||||
font-size: 14px;
|
||||
line-height: 30px;
|
||||
color: #367EB2;
|
||||
text-decoration: none!important;
|
||||
color: #367eb2;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
.footer-mobile__list a:hover {
|
||||
text-decoration: underline;
|
||||
@ -281,7 +277,7 @@ img{
|
||||
font-weight: 600;
|
||||
font-size: 17px;
|
||||
line-height: 42px;
|
||||
color: #0D4A75;
|
||||
color: #0d4a75;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
}
|
||||
@ -293,7 +289,7 @@ img{
|
||||
|
||||
.footer-wrap {
|
||||
display: block;
|
||||
border-top: 1px solid #E1E1E1;
|
||||
border-top: 1px solid #e1e1e1;
|
||||
padding-top: 12px;
|
||||
position: relative;
|
||||
}
|
||||
@ -324,20 +320,20 @@ img{
|
||||
}
|
||||
|
||||
.question__popup .close::after {
|
||||
content: '';
|
||||
content: "";
|
||||
height: 2px;
|
||||
width: 13px;
|
||||
background: #C6C6C6;
|
||||
background: #c6c6c6;
|
||||
transform: rotate(45deg);
|
||||
display: block;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.question__popup .close::before {
|
||||
content: '';
|
||||
content: "";
|
||||
height: 2px;
|
||||
width: 13px;
|
||||
background: #C6C6C6;
|
||||
background: #c6c6c6;
|
||||
transform: rotate(-45deg);
|
||||
display: block;
|
||||
position: absolute;
|
||||
@ -354,13 +350,13 @@ img{
|
||||
font-weight: 600;
|
||||
font-size: 16px;
|
||||
line-height: 19px;
|
||||
color: #3A4149;
|
||||
color: #3a4149;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.question-wrap textarea {
|
||||
background: #FFFFFF;
|
||||
border: 1px solid #E2E2E2;
|
||||
background: #ffffff;
|
||||
border: 1px solid #e2e2e2;
|
||||
border-radius: 3px;
|
||||
width: 100%;
|
||||
height: 164px;
|
||||
@ -368,9 +364,9 @@ img{
|
||||
margin-bottom: 14px;
|
||||
}
|
||||
|
||||
.question-wrap input[type='submit'] {
|
||||
background: #367EB2;
|
||||
color: #FFFFFF;
|
||||
.question-wrap input[type="submit"] {
|
||||
background: #367eb2;
|
||||
color: #ffffff;
|
||||
font-weight: 500;
|
||||
font-size: 14px;
|
||||
line-height: 17px;
|
||||
@ -384,7 +380,7 @@ img{
|
||||
.footer__copy-inner {
|
||||
font-size: 12px;
|
||||
line-height: 120%;
|
||||
color: #A5ADB2;
|
||||
color: #a5adb2;
|
||||
padding-left: 17px;
|
||||
padding-right: 17px;
|
||||
}
|
||||
@ -404,8 +400,8 @@ img{
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 900px ) {
|
||||
.footer-list {
|
||||
@media (min-width: 900px) {
|
||||
.footer-list {
|
||||
margin-left: 1.8rem;
|
||||
/* padding-top: 1.5rem; */
|
||||
}
|
||||
@ -428,9 +424,32 @@ img{
|
||||
}
|
||||
|
||||
@media (max-width: 900px) {
|
||||
.sidebar__wrapper{
|
||||
.sidebar__wrapper {
|
||||
position: static !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.footer-img {
|
||||
padding-top: 0;
|
||||
}
|
||||
.social-footer-img {
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
|
||||
.footer-item {
|
||||
padding-top: 0px;
|
||||
}
|
||||
.footer-list {
|
||||
padding-top: 16px;
|
||||
padding-bottom: 16px;
|
||||
height: 66.2px;
|
||||
}
|
||||
|
||||
.sk-footer-img {
|
||||
padding-top: 5px;
|
||||
margin-left: 20px !important;
|
||||
}
|
||||
|
||||
.footer-img-elma-url {
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user