Fix px -> rem values (#1132)

This commit is contained in:
Alexander Zinchuk 2021-06-01 11:49:30 +03:00
parent c2c3832908
commit 9ebd0c4e00
2 changed files with 3 additions and 3 deletions

View File

@ -56,10 +56,10 @@
margin-bottom: 0; margin-bottom: 0;
.last-in-list { .last-in-list {
margin-bottom: 5.675rem; margin-bottom: 5.6875rem;
&.ActionMessage { &.ActionMessage {
padding-bottom: 0.075rem; padding-bottom: 0.0625rem;
} }
@media (max-width: 600px) { @media (max-width: 600px) {

View File

@ -47,7 +47,7 @@
&.last-in-list { &.last-in-list {
// Forcing extra space which is taken by the appendix and causes incorrect container height calculation // Forcing extra space which is taken by the appendix and causes incorrect container height calculation
margin-bottom: 0.425rem; margin-bottom: 0.4375rem;
} }
&.is-in-selection-mode { &.is-in-selection-mode {