Added Reset Button

Included reset button to reset weight inputs, plates required, and plate visuals.
This commit is contained in:
2018-10-21 16:37:25 -04:00
parent c54ac63db9
commit 765e2a4f1c
3 changed files with 29 additions and 1 deletions

View File

@@ -206,6 +206,7 @@ p.subheading {
.b-calulatorinputs__weightinput{
display: inline-block;
text-align: center;
position: relative;
}
@@ -289,6 +290,20 @@ input.input-calculate:focus{
outline-style: none;
}
.b-infoentry__reset{
position: absolute;
top: 0px;
transform: translate(-132%, 132%);
color: #808285;
font-family: "Zilla Slab";
font-size: 14px;
font-style: italic;
font-weight: 500;
letter-spacing: 0.75px;
display: none;
}
.b-infoentry__dividerheading{
display: block;
margin: 16px auto;