Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
taufik-nurrohman committed Jan 3, 2024
1 parent d15ba8f commit 9689bda
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .factory/index.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,11 @@ var {
dl,
ol,
ul {
margin-left: 1rem;
margin-left: 1.5rem;
}

dl {
margin-right: 1rem;
margin-right: 1.5rem;
}

fieldset {
Expand Down Expand Up @@ -386,6 +386,7 @@ input {
input {
&[type='color'],
&[type='image'] {
@extend label;
box-shadow: none;
height: 2.25rem;
padding: 0;
Expand All @@ -401,10 +402,10 @@ input {
&[type='image'],
&[type='radio'],
&[type='range'] {
@extend label;
background: 0 0;
border: 0;
box-shadow: none;
cursor: pointer;
padding: 0;
}
&[type='image'] {
Expand Down Expand Up @@ -551,7 +552,6 @@ body {
+ div {
display: flex;
gap: 2.5rem;
margin: 1rem 0;
> aside {
font-size: 85%;
// Place the secondary bar after the main bar (in the HTML source code) so that web crawler(s) can quickly
Expand Down
24 changes: 20 additions & 4 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,24 @@ details[role=tree] + [role=tree] {

label,
select,
input[type=checkbox],
button[type=checkbox],
[type=checkbox][role=button],
input[type=file],
button[type=file],
[type=file][role=button],
input[type=radio],
button[type=radio],
[type=radio][role=button],
input[type=range],
button[type=range],
[type=range][role=button],
input[type=color],
button[type=color],
[type=color][role=button],
input[type=image],
button[type=image],
[type=image][role=button],
details summary {
cursor: pointer;
user-select: none;
Expand All @@ -143,11 +161,11 @@ details summary {
dl,
ol,
ul {
margin-left: 1rem;
margin-left: 1.5rem;
}

dl {
margin-right: 1rem;
margin-right: 1.5rem;
}

fieldset {
Expand Down Expand Up @@ -422,7 +440,6 @@ button[type=range],
background: 0 0;
border: 0;
box-shadow: none;
cursor: pointer;
padding: 0;
}
input[type=image],
Expand Down Expand Up @@ -752,7 +769,6 @@ body > div > header + div,
body > div > nav + div {
display: flex;
gap: 2.5rem;
margin: 1rem 0;
}
body > div > header + div > aside,
body > div > nav + div > aside {
Expand Down
Loading

0 comments on commit 9689bda

Please sign in to comment.