Skip to content

Commit

Permalink
Update CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
taufik-nurrohman committed Feb 11, 2024
1 parent bb61445 commit c305e1f
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .factory/_/content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,10 @@ pre {
display: inline-block;
}
}
}

[role='doc-endnotes'] {
@extend .small;
color: var(--color-description);
margin-top: calc(var(--y) * 1);
}
1 change: 1 addition & 0 deletions .factory/_/lot/field/option.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ $name: option-picker;
background: var(--fill-#{$name}--focus, var(--fill-#{$name}, var(--fill--focus, var(--fill, none))));
border-color: var(--stroke-#{$name}--focus, var(--stroke-#{$name}, var(--stroke--focus, var(--stroke, transparent))));
box-shadow: var(--shadow-#{$name}--focus, var(--shadow-#{$name}, var(--shadow--focus, var(--shadow, none))));
z-index: 9999;
}
&.has\:width {
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion .factory/_/type.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
}

.small {
font-size: calc(var(--z) * .75);
font-size: calc(var(--z) * 0.75);
}

.s {
Expand Down
7 changes: 7 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -1383,6 +1383,11 @@ pre.is\:text code {
display: inline-block;
}

[role=doc-endnotes] {
color: var(--color-description);
margin-top: calc(var(--y) * 1);
}

.button,
.input,
.output,
Expand Down Expand Up @@ -2488,6 +2493,7 @@ label .input[type=radio] + span {
background: var(--fill-option-picker--focus, var(--fill-option-picker, var(--fill--focus, var(--fill, none))));
border-color: var(--stroke-option-picker--focus, var(--stroke-option-picker, var(--stroke--focus, var(--stroke, transparent))));
box-shadow: var(--shadow-option-picker--focus, var(--shadow-option-picker, var(--shadow--focus, var(--shadow, none))));
z-index: 9999;
}
.option-picker.has\:width {
display: flex;
Expand Down Expand Up @@ -3652,6 +3658,7 @@ kbd,
small,
sub,
sup,
[role=doc-endnotes],
.lot\:field .description,
.lot\:links > .description,
.lot\:menu > .description,
Expand Down
2 changes: 1 addition & 1 deletion index.min.css

Large diffs are not rendered by default.

0 comments on commit c305e1f

Please sign in to comment.