chore: never did like those class conventions

This commit is contained in:
Cory Dransfeldt 2024-04-15 13:22:07 -07:00
parent 40a873a354
commit 9317a760b0
No known key found for this signature in database
63 changed files with 247 additions and 256 deletions

View file

@ -1,9 +1,9 @@
.four-oh-four__wrapper {
& .image__banner {
.four-oh-four-wrapper {
& .image-banner {
margin-bottom: var(--sizing-base);
}
& .page__header {
& .page-header {
margin-bottom: var(--sizing-xs);
}
}

View file

@ -2,15 +2,15 @@
--avatar-size: 16rem;
}
.avatar__wrapper {
.avatar-wrapper {
margin-bottom: var(--sizing-xl);
width: 100%;
justify-content: center;
overflow: hidden;
& .avatar__wrapper--interior {
& .interior {
width: var(--avatar-size);
height: var(--avatar-size);;
height: var(--avatar-size);
border: 1px solid var(--accent-color);
border-radius: var(--rounded-full);
display: flex;

View file

@ -1,4 +1,4 @@
.blog--roll__icons {
.blog-roll-icons {
display: flex;
flex-direction: row !important;
gap: var(--sizing-xs);

View file

@ -1,4 +1,4 @@
.contact__wrapper {
.contact-wrapper {
display: flex;
flex-direction: column;
@ -7,24 +7,24 @@
resize: none;
}
& .column.contact__description p:first-child {
& .column.description p:first-child {
margin-top: 0;
}
}
.contact__success--header {
.contact-success-header {
margin: 0 0 var(--sizing-lg);
}
@media screen and (min-width: 768px) {
.contact__wrapper {
.contact-wrapper {
flex-direction: row;
& .column {
width: 50%;
}
& .column.contact__description {
& .column.description {
padding-right: var(--sizing-xl);
}
}

View file

@ -1,4 +1,4 @@
.default__wrapper > .link__list {
.default-wrapper > .link-list {
margin-top: 0;
margin-bottom: var(--sizing-3xl);
}

View file

@ -1,5 +1,5 @@
/* now */
.now__section--text {
.now-text {
padding-left: var(--sizing-base);
& p {
@ -14,20 +14,18 @@
}
}
.now__section--header {
.now-header {
margin: var(--sizing-3xl) 0 var(--sizing-lg);
}
.default__wrapper > .now__section--header:first-of-type {
.default-wrapper > .now-header:first-of-type {
margin-top: 0 !important;
}
.link__list {
.link-list {
margin-top: 0;
}
.now__explainer {
font-size: var(--font-size-xs);
line-height: var(--line-height-xs);
.now-explainer {
padding-top: var(--sizing-lg);
}