Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
evolver-electron
135 changes: 105 additions & 30 deletions app/components/Calibrate.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ label {
column-count: 2;
column-gap: 60px;
width: 400px;
margin: 90px 0px 0px 35px;
margin: 80px 0px 0px 35px;
position: absolute;
}

Expand All @@ -116,13 +116,23 @@ label {
background-color: black;
}

.vialItem {
.tempVialItem {
display: block;
border-radius: 0px;
background: white;
width: 200px;
height: 200px;
margin: 40px 45px 70px 35px;
color: black;
text-align: center;
}

.odVialItem {
border-radius: 60px;
background: white;
width: 90px;
height: 90px;
margin: 25.5px 30px 25.5px 21px;
width: 35px;
height: 35px;
margin: 0px 5px 55px 1px;
color: black;
text-align: center;
}
Expand All @@ -140,21 +150,50 @@ label {
background-color: #f58245;
}

.vialLabels {
.odVialDensity {
border-radius: 60px;
width: 35px;
height: 35px;
color: black;
text-align: center;
margin: 0px 0px 0px 0px;
background-color: #f58245;
}

.tempVialLabels {
position: absolute;
text-align: center;
width: 90px;
width: 200px;
font-size: 24px;
font-weight: bold;
margin-top: 8px;
margin: 8px 0px 0px 0px;
}

.vialInput {
.odVialLabels {
position: absolute;
text-align: center;
width: 90px;
width: 35px;
font-size: 15px;
font-weight: bold;
margin-top: -35px;
}

.tempVialInput {
position: absolute;
text-align: center;
width: 200px;
font-size: 24px;
margin-top: 100px;
line-height: 20px;
font-style: italic;
}

.odVialInput {
position: absolute;
text-align: center;
width: 35px;
font-size: 15px;
margin-top: 40px;
margin-top: -20px;
line-height: 20px;
font-style: italic;
}
Expand All @@ -179,25 +218,62 @@ ul {
background: transparent;
}

.outlineWrapper {
.smartQuadOutlineSelected {
display: block;
width: 270px;
height: 270px;
margin: 40px 13px -2px 5px;
border: 7px solid green;
background: transparent;
}

.smartQuadOutlineDeSelected {
display: block;
width: 265px;
height: 265px;
margin: 40px 10px -2px 10px;
border: 3px solid white;
background: transparent;
}

.tempOutlineWrapper {
position: absolute;
margin: -579px 0px 0px -10px;
margin: -660px 0px 0px -7px;
}

.vialOutlineText {
.odOutlineWrapper {
position: absolute;
margin: -660px 0px 0px -7px;
}

.quadOutlineText {
position: absolute;
padding: 0px 0px 0px 0px;
margin: -17px 0px 0px 0px;
margin: 0px 0px 0px 60px;
text-align: center;
align-items: center;
justify-content: center;
width: 141px;
font-size: 20px;
width: 170px;
font-size: 23px;
font-style: italic;
}

.vialOutlineTextSelected {
position: absolute;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 60px;
text-align: center;
align-items: center;
justify-content: center;
width: 170px;
font-size: 23px;
font-style: italic;
color: green;
}

.odAdvanceBtn {
position: absolute;
margin: 540px 0px 0px 348px;
margin: 545px 0px 0px 348px;
height: 40px;
width: 120px;
background-color: white;
Expand All @@ -212,7 +288,7 @@ ul {

.odBackBtn {
position: absolute;
margin: 540px 0px 0px 63px;
margin: 545px 0px 0px 63px;
height: 40px;
width: 120px;
background-color: white;
Expand All @@ -226,7 +302,7 @@ ul {

.stepOneBtn {
position: absolute;
margin: 540px 0px 0px 63px;
margin: 550px 0px 0px 63px;
height: 80px;
width: 410px;
background-color: white;
Expand All @@ -237,7 +313,7 @@ ul {

.measureBtn {
position: absolute;
margin: 540px 0px 0px 196px;
margin: 545px 0px 0px 196px;
height: 40px;
width: 140px;
background-color: white;
Expand All @@ -256,12 +332,13 @@ ul {

.odViewGraphBtnBack {
position: absolute;
height: 40px;
width: 150px;
height: 30px;
width: 100px;
background-color: white;
color: black;
top: 590px;
left: 48px;
top: 600px;
line-height: 0.25em;
left: 10px;
}

.statusText {
Expand All @@ -275,7 +352,7 @@ ul {

.tempAdvanceBtn {
position: absolute;
margin: 540px 0px 0px 348px;
margin: 545px 0px 0px 348px;
height: 40px;
width: 120px;
background-color: white;
Expand All @@ -290,7 +367,7 @@ ul {

.tempBackBtn {
position: absolute;
margin: 540px 0px 0px 63px;
margin: 545px 0px 0px 63px;
height: 40px;
width: 120px;
background-color: white;
Expand All @@ -304,7 +381,7 @@ ul {

.tempMeasureBtn {
position: absolute;
margin: 540px 0px 0px 196px;
margin: 545px 0px 0px 196px;
height: 40px;
width: 140px;
background-color: white;
Expand Down Expand Up @@ -387,5 +464,3 @@ ul {
text-align: center;
margin: -6px 0px 0px 0px;
}


Loading