Fix number-leading-zero (CSS)

This commit is contained in:
MrTimscampi 2020-01-19 15:00:37 +01:00
parent 2a074d10f1
commit ea28429cdf
51 changed files with 425 additions and 425 deletions

View file

@ -51,13 +51,13 @@
to {
opacity: 0;
transform: scale(.5);
transform: scale(0.5);
}
}
@keyframes scaleup {
from {
transform: scale(.5);
transform: scale(0.5);
opacity: 0;
}
@ -169,5 +169,5 @@
}
.dialogBackdropOpened {
opacity: .5;
opacity: 0.5;
}