- 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:
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user