adds animation
parent
2230feb755
commit
91b7809018
|
@ -9,4 +9,13 @@
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.p-checkbox-icon {
|
||||
transform: scale(0);
|
||||
transition-property: transform;
|
||||
}
|
||||
|
||||
.p-checkbox-box.p-highlight .p-checkbox-icon {
|
||||
transform: scale(1);
|
||||
}
|
|
@ -9,4 +9,13 @@
|
|||
display: flex;
|
||||
justify-content: 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