- updated version;
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user