Skip to content

Commit

Permalink
Added settings back and fixed spacing and grid
Browse files Browse the repository at this point in the history
  • Loading branch information
ronan committed Sep 25, 2024
1 parent 401f729 commit 4c2a80e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
5 changes: 4 additions & 1 deletion css/skin.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,12 @@ html body .header-identity-wrapper .logo a {
}

/* Body links */
.l-footer a, .field-name-body a, .l-coulintent a {
.l-footer a, .field-name-body a, .l-content a {
color: #006CB8;
}
.l-content a.btn {
color: #fff;
}


/* Title links */
Expand Down
21 changes: 17 additions & 4 deletions src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,15 @@ html .layout {
}
.l-bottom,
.l-middle {
@apply cc mt-40;
@apply cc my-40;
}
.l-content {
@apply m-0 mb-30;
}

}
.grid-region,

.gridded-region,
.gridded
{
@apply grid grid-cols-1 sm:grid-cols-4 md:grid-cols-6 lg:grid-cols-12;
Expand Down Expand Up @@ -635,7 +636,7 @@ ul.primary li.active a,

.l-footer {
@apply relative cc;
@apply py-40;
@apply py-40 mt-30;

.l-footer-inner {
@apply grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4;
Expand Down Expand Up @@ -676,9 +677,17 @@ ul.primary li.active a,
@apply button text-white;
}

.l-footer a.cta-btn,
.field-name-body a.cta-btn,
.l-footer a.btn,
.field-name-body a.btn,
a.cta-btn,
.cta-btn,
.cta-button {
@apply text-center rounded-full font-semibold leading-display block w-fit no-underline hocus:underline transition-colors px-26 pt-10 pb-11 text-16 md:text-20 bg-digital-red hover:bg-cardinal-red-dark focus:bg-black-true active:bg-black-true text-white hocus:text-white;
@apply text-center rounded-full block w-fit px-26 pt-10 pb-11 text-16 ;
@apply font-semibold leading-display no-underline hocus:underline md:text-20;
@apply transition-colors bg-digital-red hover:bg-cardinal-red-dark focus:bg-black-true active:bg-black-true text-white hocus:text-white;

& svg {
@apply transition h-09em w-09em ml-5 -mt-2 inline-block transition-transform;
}
Expand Down Expand Up @@ -1377,3 +1386,7 @@ fieldset {
.links.inline .node-readmore:after {
content: '';
}

.more-link {
@apply my-10
}
2 changes: 2 additions & 0 deletions stanford_decanter.info
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ type = theme

stylesheets[all][] = css/main.css
stylesheets[all][] = css/skin.css

settings[color] = true

0 comments on commit 4c2a80e

Please sign in to comment.