Skip to content

Commit

Permalink
continued mcp2221 work 🤷🏻‍♂️
Browse files Browse the repository at this point in the history
  • Loading branch information
johntalton committed Jun 18, 2024
1 parent def6a29 commit 5ab161b
Show file tree
Hide file tree
Showing 10 changed files with 710 additions and 434 deletions.
8 changes: 0 additions & 8 deletions public/css/device/excamera-i2cdriver.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,6 @@ excamera-i2cdriver {
&[data-active] {
display: grid
}

& [data-scan-group] {
display: flex;
flex-direction: row;
gap: 1em;
align-items: start;
flex-wrap: wrap;
}
}

& [data-for-tab="capture"] {
Expand Down
1 change: 1 addition & 0 deletions public/css/device/index.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@import url("./addr-display.css");
@import url('./device-list.css');
@import url("./gpio.css");
@import url("./scan-group.css");

/* */
@import url("./excamera-i2cdriver.css");
Expand Down
7 changes: 7 additions & 0 deletions public/css/device/mcp2221.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,12 @@ mcp2221-config {
} */


& [data-gpios] {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: flex-start;
gap: 1em;
}
}

7 changes: 7 additions & 0 deletions public/css/device/scan-group.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[data-scan-group] {
display: flex;
flex-direction: row;
gap: 1em;
align-items: start;
flex-wrap: wrap;
}
6 changes: 4 additions & 2 deletions public/css/libs/form.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,10 @@ form {
& select {
appearance: none;

background-color: var(--color-accent--lighter, red);
color: var(--color-accent--lighter-text, red);
/* background-color: var(--color-accent--lighter, red);
color: var(--color-accent--lighter-text, red); */
background-color: var(--color-accent--darker, red);
color: var(--color-accent--darker-text);

min-width: 20ch;

Expand Down
Loading

0 comments on commit 5ab161b

Please sign in to comment.