- updated version;

This commit is contained in:
Vitalii Kiiko
2024-09-06 17:28:25 +02:00
parent 4054745695
commit 19e17ec2d7
14 changed files with 160 additions and 51 deletions

View File

@@ -12,6 +12,22 @@
flex-direction: column;
gap: 10px;
label {
font-size: 13px;
text-align: center;
}
}
.nodeIntermediateForm {
padding: 10px 20px;
background-color: white;
border: 1px solid black;
border-radius: 4px;
display: flex;
flex-direction: column;
gap: 10px;
max-width: 180px;
label {
font-size: 13px;
text-align: center;

View File

@@ -12,7 +12,8 @@ body {
margin: 0;
font-family: "Montserrat", sans-serif;
p, span:not(.p-button-label, .p-button-icon, .p-badge), input, label:not(.p-error), textarea, a, li, h1, h2, h3, h4, h5, h6, div, th, td {
p, span:not(.p-button-label, .p-button-icon, .p-badge, .p-message-detail), input, label:not(.p-error),
textarea, a, li, h1, h2, h3, h4, h5, h6, div, th, td {
color: var(--global-textColor);
}
}

View File

@@ -28,7 +28,7 @@
}
.p-paginator-page {
color: var(--menuitem-active-color);
/*color: var(--menuitem-active-color);*/
}
.p-datepicker-buttonbar .p-button {
@@ -78,6 +78,10 @@
color: var(--primary-text);
}
.p-toast-detail {
color: white;
margin: 0;
}
.mb-2 {
margin-bottom: 4px;