Skip to content
Snippets Groups Projects

App now has a basic structure and BLE support

Merged plw1g21 requested to merge app-bluetooth-connection into main
9 files
+ 142
28
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -62,14 +62,39 @@ stacklayout > image {
}
.sideBox {
background-color: lightgray; /* Change to your preferred background color */
border: 1px solid black; /* Optional: adds a border */
padding: 20px; /* Space inside the box */
margin: auto; /* Centers the box horizontally */
width: 150px; /* Fixed width, adjust as needed */
height: 100px; /* Fixed height, adjust as needed */
display: flex; /* Enables flexbox for centering content */
justify-content: center; /* Centers content horizontally */
align-items: center; /* Centers content vertically */
border-radius: 8px; /* Optional: rounded corners */
margin: 0;
padding: 0;
}
.side-box-frame {
margin: 10;
padding: 0;
background-color: transparent;
border-color: transparent;
horizontal-options: fill-and-expand;
}
.side-box-header {
background-color: #647687;
padding: 10 5;
}
.side-box-header-text {
color: #FFFFFF;
font-size: 16;
}
.side-box-content {
background-color: #E8EDF1;
padding: 10;
height: 200;
}
.side-box-content Label {
margin: 0;
padding: 0;
}
.side-box-vertical-stack {
spacing: 0;
}
\ No newline at end of file
Loading