fix position value

This commit is contained in:
Daniel Ruf 2017-11-21 23:51:56 +01:00 committed by rhyneav
parent d0fd9a51c1
commit 2b01b99ec8

View file

@ -53,7 +53,7 @@ input, select {
input + span:before {
content: '';
display: inline-block;
position: -.25rem;
position: relative;
width: 1rem;
height: 1rem;
border: 2px solid @primary;