[TELE-1393] use cubic-bezier instead of default ease transition for improved feeling interaction on buttons

This commit is contained in:
Daniel Muyshond 2022-07-29 15:06:20 +02:00
parent 5a8a921ae9
commit 571dd75a90
1 changed files with 4 additions and 0 deletions

View File

@ -202,6 +202,10 @@ div#rub_service div.category ul > li:last-child a:only-child, div#services > ul
padding-bottom: 16px;
}
div.link-cell.pk-button ul > li > a, .link-cell.lingo-basket-cell--item-pay ul > li > a, div.link-cell.pk-big-button ul > li > a, a.pk-button, a.lingo-basket-cell--item-pay, a.pk-big-button, div.table-container ul.pagination li.previous a, div.table-container ul.pagination li.next a, .fargo-pick-popup button, button.ui-button, a#a2-continue, .gru-content button, input[type="submit"], div.buttons input, .gru-content button.cancel-button, div.buttons .cancel-button button {
transition: background 0.1s cubic-bezier(0.79, 0.14, 0.15, 0.86), color 0.1s cubic-bezier(0.79, 0.14, 0.15, 0.86), border 0.1s cubic-bezier(0.79, 0.14, 0.15, 0.86);
}
/*
Links
*/