jl-frontend/css/components/footer.css

113 lines
2.1 KiB
CSS

.footer {
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
width: 100%;
height: 210px;
background-color: #02114A;
}
.footer-brand-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
height: 100%;
margin-left: 20px;
}
.footer-remax-container {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 20px;
height: 100%;
}
.footer-logo {
object-fit: cover;
width: 100px;
height: 100px;
}
.footer-remax-logo {
object-fit: cover;
width: 85px;
height: 85px;
}
.footer-copyright-text {
font-size: 9px;
font-family: Inter;
color: white;
white-space: pre-line;
}
.footer-credit-container {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 3px;
margin-bottom: 10px;
}
.footer-credit {
font-size: 13px;
font-family: Inter;
color: white;
}
.footer-credit-url {
font-size: 13px;
font-family: Space Grotesk;
text-decoration: none;
color: #04B2D9;
border-bottom: 1px solid #04B2D9;
}
.footer-credit-url:hover {
font-size: 14px;
cursor: pointer;
transition-duration: 0.4s;
}
.footer-brand-socials {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 20px;
width: 100%;
}
.footer-brand-social-container {
display: flex;
justify-content: center;
align-items: center;
width: 30px;
height: 30px;
border-radius: 30px;
background-color: white;
}
/*
.footer-call-to-action-container {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
margin-right: 20px;
border-bottom: 2px solid white;
}
.footer-call-to-action-input {
background-color: rgba(255, 255, 255, 0);
border: 0;
font-family: Inter;
color: white;
}
.footer-call-to-action-button{
font-size: 14px;
font-family: Inter;
color: white;
border: 2px solid white;
}*/