Align finance collapse action to right
This commit is contained in:
@@ -4716,3 +4716,11 @@ body.expanded .brief-fixed-header{
|
||||
font-size:.75rem;
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
/* В финансовой модалке заголовок и действие занимают противоположные края. */
|
||||
.modal-card[data-section="finance"]>.card-head{
|
||||
justify-content:space-between;
|
||||
}
|
||||
.modal-card[data-section="finance"] .modal-close{
|
||||
margin-left:auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user