-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Event layout, README updates, agenda CSS component, utility CSS updates.
- Loading branch information
1 parent
83ef653
commit dcbc0b2
Showing
22 changed files
with
781 additions
and
513 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
/* ---------- COMPONENT agenda ---------- */ | ||
|
||
.agenda { | ||
font-size: var(--font-size-sm); | ||
line-height: var(--size-5); | ||
width: var(--size-full); | ||
} | ||
|
||
.agenda__intermission { | ||
color: hsla(var(--color-gunmetal-hsl), 0.4); | ||
} | ||
|
||
.agenda td { | ||
border-bottom: var(--size-px) solid var(--color-grey-500); | ||
padding: var(--size-4) 0; | ||
} | ||
|
||
.agenda td:first-child { | ||
width: var(--size-20); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,10 @@ | |
width: var(--size-36); | ||
} | ||
|
||
.w-3-4 { | ||
width: var(--size-3-4); | ||
} | ||
|
||
.w-full { | ||
width: var(--size-full); | ||
} | ||
|
Oops, something went wrong.
@Pete-Robelou Minor FYI —
Seeing some content come through (#226 (review), or potentially not coming through) for sponsors here. I wonder if we might consider conditionally rendering the anchor link around these sponsor logo images here, should
item.website
not be available?