adds animation
parent
2230feb755
commit
91b7809018
|
@ -10,3 +10,12 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.p-checkbox-icon {
|
||||||
|
transform: scale(0);
|
||||||
|
transition-property: transform;
|
||||||
|
}
|
||||||
|
|
||||||
|
.p-checkbox-box.p-highlight .p-checkbox-icon {
|
||||||
|
transform: scale(1);
|
||||||
|
}
|
|
@ -10,3 +10,12 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.p-radiobutton-icon {
|
||||||
|
transform: scale(0);
|
||||||
|
transition-property: transform;
|
||||||
|
}
|
||||||
|
|
||||||
|
.p-radiobutton-box.p-highlight .p-radiobutton-icon {
|
||||||
|
transform: scale(1);
|
||||||
|
}
|
Loading…
Reference in New Issue