Refactor scale

pull/310/head
cagataycivici 2020-04-30 00:54:46 +03:00
parent 91b7809018
commit f1ec03e2ab
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
} }
.p-radiobutton-icon { .p-radiobutton-icon {
transform: scale(0); transform: scale(.5);
transition-property: transform; transition-property: transform;
} }