fix position value

This commit is contained in:
Daniel Ruf 2017-11-21 23:51:56 +01:00
parent f3ee817270
commit fd57e44484
No known key found for this signature in database
GPG key ID: 68597EDC4FAC1299

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;