Skip to content

Commit

Permalink
fix: smaller top margin on Reduction meter
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon authored and olzzon committed Jun 1, 2020
1 parent 2601cf7 commit ebf3cc3
Showing 1 changed file with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions client/assets/css/ReductionMeter.css
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
.reductionmeter-body {
position: relative;
top: 15px;
width: 24px;
margin-top: 15px;
margin-left: 5px;
background-color: black;
border-radius: 7px;
}

.reductionmeter-canvas {
position: absolute;
width: 10px;
margin-left: -5px;
bottom: 0;
height: 100%;
}

.reductionmeter-lower-part {
position: absolute;
width: 10px;
margin-left: 10px;
background-color: rgb(0, 122, 37);
}
.reductionmeter-middle-part {
position: absolute;
width: 10px;
margin-left: 10px;
background-color: rgb(53, 167, 0);
}
.reductionmeter-upper-part {
position: absolute;
width: 10px;
margin-left: 10px;
background-color: rgb(206, 0, 0);
}
.reductionmeter-body {
position: relative;
top: 2px;
width: 24px;
margin-top: 15px;
margin-left: 5px;
background-color: black;
border-radius: 7px;
}

.reductionmeter-canvas {
position: absolute;
width: 10px;
margin-left: -5px;
bottom: 0;
height: 100%;
}

.reductionmeter-lower-part {
position: absolute;
width: 10px;
margin-left: 10px;
background-color: rgb(0, 122, 37);
}
.reductionmeter-middle-part {
position: absolute;
width: 10px;
margin-left: 10px;
background-color: rgb(53, 167, 0);
}
.reductionmeter-upper-part {
position: absolute;
width: 10px;
margin-left: 10px;
background-color: rgb(206, 0, 0);
}

0 comments on commit ebf3cc3

Please sign in to comment.