diff --git a/css/appstyling-v2.css b/css/appstyling-v2.css index dd47fd6..ea9d2a5 100644 --- a/css/appstyling-v2.css +++ b/css/appstyling-v2.css @@ -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; diff --git a/index.html b/index.html index 362dad3..4036773 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,6 @@
You are using an outdated browser. Please upgrade your browser to improve your experience and security.
-