- added duplicate form from another call functionality;

- fixed styles;
- added copy icon for user emails;
- added hotkey to open loginadmin page quickly;
- added modal for archiving document;
- added modal for create appointment;
This commit is contained in:
Vitalii Kiiko
2024-11-28 15:54:08 +01:00
parent 6f11070259
commit 7dad6c056d
11 changed files with 362 additions and 43 deletions

View File

@@ -167,6 +167,7 @@
display: flex;
gap: 1rem;
align-items: center;
justify-content: space-between;
padding: 5px 0;
&.rowContent {
@@ -178,7 +179,7 @@
p {
margin: 0;
flex: 1 1 100%;
/*flex: 1 1 100%;*/
}
ul, ol {

View File

@@ -153,6 +153,16 @@ button[disabled] {
filter: grayscale(1);
}
.iconBtn {
background: transparent;
border: none;
&:hover {
cursor: pointer;
color: var(--primary-text);
}
}
@media (max-width: 800px) {
.inner {
flex-direction: column;