Skip to content

Commit

Permalink
more css tweaks
Browse files Browse the repository at this point in the history
Signed-off-by: yzamir <[email protected]>
  • Loading branch information
yaacov committed Oct 2, 2023
1 parent 5078006 commit 3391a56
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions public/css/index.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.body-style {
font-family: Arial, sans-serif;
font-weight: bold;
color: wheat;
background-color: #282c34;
}
Expand All @@ -14,7 +15,7 @@
}

.group-margin {
margin: 0 10px;
margin: 0 30px;
}

.main-container {
Expand All @@ -26,7 +27,7 @@
margin-top: 20px;;
margin-left: 15px;
width: calc( 100% - 300px );
height: 2750px;
height: 3000px;
}

.help-column {
Expand Down
6 changes: 3 additions & 3 deletions public/js/components/led-register-table.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ class LedRegisterTable extends HTMLElement {
let tableContent = html`
<style>
table {
padding-left: 65px;
font-size: 12px;
padding-left: 85px;
}
td {
padding: 1px 4px;
padding: 2px 6px;
text-align: left;
font-weight: bold;
}
.label {
color: #D4AF37;
Expand Down

0 comments on commit 3391a56

Please sign in to comment.