Disallow leading zeroes in Less (#10407)

This commit is contained in:
silverwind 2020-02-23 17:48:27 +01:00 committed by GitHub
parent 71d5a090df
commit 4e912d2ed8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 102 additions and 101 deletions

View file

@ -1,8 +1,8 @@
.form {
.help {
color: #999999;
padding-top: 0.6em;
padding-bottom: 0.6em;
padding-top: .6em;
padding-bottom: .6em;
display: inline-block;
}
}
@ -109,7 +109,7 @@
@media screen and (max-height: 575px) {
#rc-imageselect,
.g-recaptcha {
transform: scale(0.77);
transform: scale(.77);
transform-origin: 0 0;
}
}