style: allow button transition

This now looks good when crossing the width breakpoint
due to the transitions only being applied to the color property.
This commit is contained in:
Miodec 2023-09-21 11:04:21 +01:00
parent 3be55de92c
commit 3d1486ff12

View file

@ -963,9 +963,6 @@
transition: opacity 0.125s;
justify-content: space-around;
margin-bottom: 1rem;
.textButton {
transition: none;
}
.puncAndNum {
// transition: 0.25s cubic-bezier(0.37, 0, 0.63, 1);
overflow: hidden;