feature(SegmentContent): update stews.io link with logo

This commit is contained in:
Jared Mathews 2023-09-30 09:58:48 -06:00
parent 4180533cb2
commit 7499999215
6 changed files with 12311 additions and 13 deletions

View File

@ -1,5 +1,4 @@
{
"deno.enable": true,
"editor.tabSize": 2,
"css.lint.validProperties": ["composes"]
"editor.tabSize": 2
}

View File

@ -1,5 +1,5 @@
{
"version": "0.1.0",
"version": "0.2.0",
// note: @jsxImportSource pragma seems to be needed for compile to work
"compilerOptions": {
"jsx": "react-jsx",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -23,7 +23,7 @@
@extend .itemContainer;
justify-content: flex-start;
padding-inline: $themeSpacer;
padding-block-end: calc(5 / 2) * $themeSpacer;
padding-block-end: calc(3 / 2) * $themeSpacer;
}
.contentFooter {
@ -32,8 +32,8 @@
align-items: baseline;
border-top: solid 0.5px $themeTextBackgroundColor;
border-radius: $themeBorderRadius;
padding-inline: 0.5 * $themeSpacer;
padding-block-start: 2 * $themeSpacer;
padding-inline: calc(1 / 2) * $themeSpacer;
padding-block-start: $themeSpacer;
}
.footerLinkButtonContainer {
@ -42,7 +42,14 @@
.footerLinkButton {
color: $themeButtonTextColor;
font-weight: 600;
font-style: italic;
font-size: calc(11 / 12) * 1rem;
padding: calc(1 / 4) * $themeSpacer;
& svg {
width: 36px;
height: 36px;
circle {
fill: $themeDisabledColor;
}
}
}

File diff suppressed because it is too large Load Diff