
/* v136.28 — alignement montants transactions */
body.transactions-mode #fixed-section .swipe-content,
body.transactions-mode .fixed-style-swipe-row .swipe-content,
body.transactions-mode #variable-section .swipe-content,
body.transactions-mode .variable-category .category-list .swipe-content {
  padding-right: 28px !important;
}

body.transactions-mode #fixed-section .swipe-content::after,
body.transactions-mode .fixed-style-swipe-row .swipe-content::after,
body.transactions-mode #variable-section .swipe-content::after,
body.transactions-mode .variable-category .category-list .swipe-content::after {
  right: 28px !important;
}

body.transactions-mode #fixed-section .amount,
body.transactions-mode .fixed-style-swipe-row .amount,
body.transactions-mode #variable-section .amount,
body.transactions-mode .variable-category .category-list .amount {
  justify-self: end !important;
  text-align: right !important;
}
