Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contact info styles #8

Open
PierreRoshenko opened this issue Dec 16, 2021 · 0 comments
Open

Contact info styles #8

PierreRoshenko opened this issue Dec 16, 2021 · 0 comments
Projects

Comments

@PierreRoshenko
Copy link
Owner

.contact-info__header,
.contact-info__sub-header {
text-align: center;
}

.contact-info__header {
color: var(--primary-text-color);
margin-bottom: 15px;
text-decoration-color: var(--text-decoration-color);
text-decoration-line: underline;
}

.contact-info__sub-header {
color: var(--secondary-text-color);
margin-bottom: 30px;
}

.contact-info__block {
display: flex;
flex-direction: column;
justify-content: space-between;
}

.contact-info__block--center {
justify-content: center;
}

.contact-info__item {
color: var(--secondary-text-color);
text-decoration: none;
display: flex;
justify-content: start;
}

.contact-info__item:not(:last-child) {
margin-bottom: 20px;
}

.contact-info__item-icon-wrapper {
margin-right: 10px;
width: 20px;
display: flex;
justify-content: center;
}

.contact-info__item-icon path {
fill: var(--icon-color);
}

.contact-info__item-icon {
height: 1.1428rem;
vertical-align: text-bottom;
}

.contact-info__avatar {
border-radius: 50%;
width: 100px;
height: 100px;
object-fit: cover;
border: 3px solid;
border-color: var(--text-decoration-color);
}

@PierreRoshenko PierreRoshenko created this issue from a note in Homepage (To do) Dec 16, 2021
@PierreRoshenko PierreRoshenko moved this from To do to In progress in Homepage Dec 16, 2021
@PierreRoshenko PierreRoshenko moved this from In progress to Done in Homepage Dec 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant