sabrebooking / sabrefrontend / src / components / Footer.css
Footer.css
Raw
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&family=Work+Sans:wght@100;300;400&display=swap');

.top-footer {
    background-color: #282F38;

}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.8em;
}

.title {
    color: #FFF;
    text-align: center;
    font-family: Work+Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px; /* 150% */
    margin-top: 0.3em;
    margin-bottom: 0.3em;

}

.contact-details {
    display: flex;
    justify-content: center;
    align-items: center;
}

.phone-details {
    display: flex;
    justify-content: center;
    align-items: center;
}

.location-details {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
    padding-bottom: 1em;
}

.text-content {
    color: #EAEAEA;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px; /* 150% */
    margin-left: 0.5em ;
    margin-top: 0.3em;
}

.bottom-footer {
    background-color: #3B495B; 
    height: 5.5em;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    padding-top: 1em;
}

.copyright {
    color: #FFF;
    text-align: left;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    margin-left: 1em;
    display: flex;
}

.social-media-icons {
    display: flex;
    padding-right: 1em;
}

.social-media-icon {
    padding-right: 1em;
}