This commit is contained in:
Huong Nguyen 2024-09-09 11:15:10 +07:00
commit 6654b37ea1
No known key found for this signature in database
GPG key ID: 40D88AB693A3E72A
5 changed files with 20 additions and 2 deletions

View file

@ -4,7 +4,7 @@
// Size of default icons.
$icon-width: 16px;
$icon-height: 16px;
// Size of big icons.
// Size of medium icons.
$icon-medium-width: 32px;
$icon-medium-height: 32px;
// Size of big icons.

View file

@ -26,6 +26,11 @@
}
.action-menu .menubar {
justify-content: end;
.btn.btn-icon {
height: $icon-medium-height;
width: $icon-medium-width;
@include border-radius();
}
}
}

View file

@ -38102,6 +38102,11 @@ div.editor_atto_toolbar button .icon {
.reportbuilder-table .action-menu .menubar {
justify-content: end;
}
.reportbuilder-table .action-menu .menubar .btn.btn-icon {
height: 32px;
width: 32px;
border-radius: 0.5rem;
}
.reportbuilder-wrapper .filters-dropdown {
width: 27rem;

View file

@ -38036,6 +38036,11 @@ div.editor_atto_toolbar button .icon {
.reportbuilder-table .action-menu .menubar {
justify-content: end;
}
.reportbuilder-table .action-menu .menubar .btn.btn-icon {
height: 32px;
width: 32px;
border-radius: 0.25rem;
}
.reportbuilder-wrapper .filters-dropdown {
width: 27rem;