Gaps to 16px

This commit is contained in:
edenhernandez-suse 2025-07-08 10:42:47 +02:00 committed by Francesco Torchia
parent 703236ee72
commit 0419eae02d
No known key found for this signature in database
GPG Key ID: E6D011B7415D4393
1 changed files with 3 additions and 3 deletions

View File

@ -729,7 +729,7 @@ export default {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: end; justify-content: end;
gap: 15px; gap: 16px;
.collapse-all-btn { .collapse-all-btn {
width: 105px; width: 105px;
@ -807,7 +807,7 @@ export default {
display: flex; display: flex;
justify-content: flex-start; justify-content: flex-start;
flex-wrap: wrap; flex-wrap: wrap;
gap: 15px; gap: 16px;
.spacer { .spacer {
border-left: 1px solid var(--border); border-left: 1px solid var(--border);
@ -916,7 +916,7 @@ export default {
.resource-cards-container { .resource-cards-container {
display: grid; display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
gap: 8px; gap: 16px;
min-height: 100%; min-height: 100%;
.resource-card { .resource-card {