- updated Users page;

This commit is contained in:
Vitalii Kiiko
2024-10-17 11:26:51 +02:00
13 changed files with 619 additions and 35 deletions

View File

@@ -157,6 +157,18 @@
flex: 0 0 auto;
}
}
&.columns {
gap: 2em;
column-count: 2;
column-width: 4em;
display: block;
padding-bottom: 0;
.appPageSection__pMeta {
margin-bottom: 1em;
}
}
}
@container section_with_border (max-width: 600px) {
@@ -212,6 +224,10 @@
font-weight: 600;
line-height: normal;
}
span:nth-of-type(2) {
font-weight: 400;
}
}
.appPageSection__table {