Update themes to use font settings as css variables instead of inherit
parent
0d617ace4b
commit
63cfc15a25
|
@ -177,8 +177,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -210,9 +210,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -269,9 +269,9 @@
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -733,9 +733,9 @@
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1099,8 +1099,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #121212;
|
background: #121212;
|
||||||
|
@ -5955,9 +5955,9 @@
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Customizations to the designer theme should be defined here */
|
/* Customizations to the designer theme should be defined here */
|
||||||
|
|
|
@ -177,8 +177,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -210,9 +210,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -269,9 +269,9 @@
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -733,9 +733,9 @@
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1099,8 +1099,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #121212;
|
background: #121212;
|
||||||
|
@ -5955,9 +5955,9 @@
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Customizations to the designer theme should be defined here */
|
/* Customizations to the designer theme should be defined here */
|
||||||
|
|
|
@ -177,8 +177,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -210,9 +210,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -269,9 +269,9 @@
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -733,9 +733,9 @@
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1099,8 +1099,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #121212;
|
background: #121212;
|
||||||
|
@ -5955,9 +5955,9 @@
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Customizations to the designer theme should be defined here */
|
/* Customizations to the designer theme should be defined here */
|
||||||
|
|
|
@ -177,8 +177,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -210,9 +210,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -269,9 +269,9 @@
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -733,9 +733,9 @@
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1099,8 +1099,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #121212;
|
background: #121212;
|
||||||
|
@ -5955,9 +5955,9 @@
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Customizations to the designer theme should be defined here */
|
/* Customizations to the designer theme should be defined here */
|
||||||
|
|
|
@ -177,8 +177,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -210,9 +210,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -269,9 +269,9 @@
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -737,9 +737,9 @@
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1103,8 +1103,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #20262e;
|
background: #20262e;
|
||||||
|
@ -5967,9 +5967,9 @@
|
||||||
padding: 1.25rem;
|
padding: 1.25rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Vendor extensions to the designer enhanced bootstrap compatibility */
|
/* Vendor extensions to the designer enhanced bootstrap compatibility */
|
||||||
|
|
|
@ -177,8 +177,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -210,9 +210,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -269,9 +269,9 @@
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -737,9 +737,9 @@
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1103,8 +1103,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #20262e;
|
background: #20262e;
|
||||||
|
@ -5967,9 +5967,9 @@
|
||||||
padding: 1.25rem;
|
padding: 1.25rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Vendor extensions to the designer enhanced bootstrap compatibility */
|
/* Vendor extensions to the designer enhanced bootstrap compatibility */
|
||||||
|
|
|
@ -177,8 +177,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -210,9 +210,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -269,9 +269,9 @@
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #212529;
|
color: #212529;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -737,9 +737,9 @@
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #212529;
|
color: #212529;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1103,8 +1103,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
@ -5967,9 +5967,9 @@
|
||||||
padding: 1.25rem;
|
padding: 1.25rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Vendor extensions to the designer enhanced bootstrap compatibility */
|
/* Vendor extensions to the designer enhanced bootstrap compatibility */
|
||||||
|
|
|
@ -177,8 +177,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -210,9 +210,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -269,9 +269,9 @@
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #212529;
|
color: #212529;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -737,9 +737,9 @@
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #212529;
|
color: #212529;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1103,8 +1103,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
@ -5967,9 +5967,9 @@
|
||||||
padding: 1.25rem;
|
padding: 1.25rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Vendor extensions to the designer enhanced bootstrap compatibility */
|
/* Vendor extensions to the designer enhanced bootstrap compatibility */
|
||||||
|
|
|
@ -177,8 +177,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -210,9 +210,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -269,9 +269,9 @@
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #323130;
|
color: #323130;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -733,9 +733,9 @@
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #323130;
|
color: #323130;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1099,8 +1099,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: #323130;
|
color: #323130;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
@ -5906,9 +5906,9 @@
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Customizations to the designer theme should be defined here */
|
/* Customizations to the designer theme should be defined here */
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
font-feature-settings: "cv02", "cv03", "cv04", "cv11";
|
font-feature-settings: "cv02", "cv03", "cv04", "cv11";
|
||||||
font-variation-settings: normal;
|
font-variation-settings: normal;
|
||||||
--font-family:"Inter var", sans-serif;
|
--font-family:"Inter var", sans-serif;
|
||||||
|
--font-feature-settings: "cv02","cv03","cv04","cv11";
|
||||||
--surface-a:#071426;
|
--surface-a:#071426;
|
||||||
--surface-b:#040d19;
|
--surface-b:#040d19;
|
||||||
--surface-c:rgba(255, 255, 255, 0.03);
|
--surface-c:rgba(255, 255, 255, 0.03);
|
||||||
|
@ -195,8 +196,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -228,9 +229,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -287,9 +288,9 @@
|
||||||
padding: 0.375rem 0;
|
padding: 0.375rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -751,9 +752,9 @@
|
||||||
padding: 0.375rem 0;
|
padding: 0.375rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1117,8 +1118,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #040d19;
|
background: #040d19;
|
||||||
|
@ -5924,9 +5925,9 @@
|
||||||
padding: 1.25rem;
|
padding: 1.25rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@layer primevue {
|
@layer primevue {
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
font-feature-settings: "cv02", "cv03", "cv04", "cv11";
|
font-feature-settings: "cv02", "cv03", "cv04", "cv11";
|
||||||
font-variation-settings: normal;
|
font-variation-settings: normal;
|
||||||
--font-family:"Inter var", sans-serif;
|
--font-family:"Inter var", sans-serif;
|
||||||
|
--font-feature-settings: "cv02","cv03","cv04","cv11";
|
||||||
--surface-a:#071426;
|
--surface-a:#071426;
|
||||||
--surface-b:#040d19;
|
--surface-b:#040d19;
|
||||||
--surface-c:rgba(255, 255, 255, 0.03);
|
--surface-c:rgba(255, 255, 255, 0.03);
|
||||||
|
@ -195,8 +196,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -228,9 +229,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -287,9 +288,9 @@
|
||||||
padding: 0.375rem 0;
|
padding: 0.375rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -751,9 +752,9 @@
|
||||||
padding: 0.375rem 0;
|
padding: 0.375rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1117,8 +1118,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #040d19;
|
background: #040d19;
|
||||||
|
@ -5924,9 +5925,9 @@
|
||||||
padding: 1.25rem;
|
padding: 1.25rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@layer primevue {
|
@layer primevue {
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
font-feature-settings: "cv02", "cv03", "cv04", "cv11";
|
font-feature-settings: "cv02", "cv03", "cv04", "cv11";
|
||||||
font-variation-settings: normal;
|
font-variation-settings: normal;
|
||||||
--font-family:"Inter var", sans-serif;
|
--font-family:"Inter var", sans-serif;
|
||||||
|
--font-feature-settings: "cv02","cv03","cv04","cv11";
|
||||||
--surface-a:#071426;
|
--surface-a:#071426;
|
||||||
--surface-b:#040d19;
|
--surface-b:#040d19;
|
||||||
--surface-c:rgba(255, 255, 255, 0.03);
|
--surface-c:rgba(255, 255, 255, 0.03);
|
||||||
|
@ -195,8 +196,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -228,9 +229,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -287,9 +288,9 @@
|
||||||
padding: 0.375rem 0;
|
padding: 0.375rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -751,9 +752,9 @@
|
||||||
padding: 0.375rem 0;
|
padding: 0.375rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1117,8 +1118,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #040d19;
|
background: #040d19;
|
||||||
|
@ -5924,9 +5925,9 @@
|
||||||
padding: 1.25rem;
|
padding: 1.25rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@layer primevue {
|
@layer primevue {
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
font-feature-settings: "cv02", "cv03", "cv04", "cv11";
|
font-feature-settings: "cv02", "cv03", "cv04", "cv11";
|
||||||
font-variation-settings: normal;
|
font-variation-settings: normal;
|
||||||
--font-family:"Inter var", sans-serif;
|
--font-family:"Inter var", sans-serif;
|
||||||
|
--font-feature-settings: "cv02","cv03","cv04","cv11";
|
||||||
--surface-a:#071426;
|
--surface-a:#071426;
|
||||||
--surface-b:#040d19;
|
--surface-b:#040d19;
|
||||||
--surface-c:rgba(255, 255, 255, 0.03);
|
--surface-c:rgba(255, 255, 255, 0.03);
|
||||||
|
@ -195,8 +196,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -228,9 +229,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -287,9 +288,9 @@
|
||||||
padding: 0.375rem 0;
|
padding: 0.375rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -751,9 +752,9 @@
|
||||||
padding: 0.375rem 0;
|
padding: 0.375rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1117,8 +1118,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #040d19;
|
background: #040d19;
|
||||||
|
@ -5924,9 +5925,9 @@
|
||||||
padding: 1.25rem;
|
padding: 1.25rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@layer primevue {
|
@layer primevue {
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
font-feature-settings: "cv02", "cv03", "cv04", "cv11";
|
font-feature-settings: "cv02", "cv03", "cv04", "cv11";
|
||||||
font-variation-settings: normal;
|
font-variation-settings: normal;
|
||||||
--font-family:"Inter var", sans-serif;
|
--font-family:"Inter var", sans-serif;
|
||||||
|
--font-feature-settings: "cv02","cv03","cv04","cv11";
|
||||||
--surface-a:#ffffff;
|
--surface-a:#ffffff;
|
||||||
--surface-b:#f8f9fa;
|
--surface-b:#f8f9fa;
|
||||||
--surface-c:#e9ecef;
|
--surface-c:#e9ecef;
|
||||||
|
@ -195,8 +196,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -228,9 +229,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -287,9 +288,9 @@
|
||||||
padding: 0.375rem 0;
|
padding: 0.375rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -751,9 +752,9 @@
|
||||||
padding: 0.375rem 0;
|
padding: 0.375rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1117,8 +1118,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
@ -5924,9 +5925,9 @@
|
||||||
padding: 1.25rem;
|
padding: 1.25rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@layer primevue {
|
@layer primevue {
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
font-feature-settings: "cv02", "cv03", "cv04", "cv11";
|
font-feature-settings: "cv02", "cv03", "cv04", "cv11";
|
||||||
font-variation-settings: normal;
|
font-variation-settings: normal;
|
||||||
--font-family:"Inter var", sans-serif;
|
--font-family:"Inter var", sans-serif;
|
||||||
|
--font-feature-settings: "cv02","cv03","cv04","cv11";
|
||||||
--surface-a:#ffffff;
|
--surface-a:#ffffff;
|
||||||
--surface-b:#f8f9fa;
|
--surface-b:#f8f9fa;
|
||||||
--surface-c:#e9ecef;
|
--surface-c:#e9ecef;
|
||||||
|
@ -195,8 +196,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -228,9 +229,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -287,9 +288,9 @@
|
||||||
padding: 0.375rem 0;
|
padding: 0.375rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -751,9 +752,9 @@
|
||||||
padding: 0.375rem 0;
|
padding: 0.375rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1117,8 +1118,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
@ -5924,9 +5925,9 @@
|
||||||
padding: 1.25rem;
|
padding: 1.25rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@layer primevue {
|
@layer primevue {
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
font-feature-settings: "cv02", "cv03", "cv04", "cv11";
|
font-feature-settings: "cv02", "cv03", "cv04", "cv11";
|
||||||
font-variation-settings: normal;
|
font-variation-settings: normal;
|
||||||
--font-family:"Inter var", sans-serif;
|
--font-family:"Inter var", sans-serif;
|
||||||
|
--font-feature-settings: "cv02","cv03","cv04","cv11";
|
||||||
--surface-a:#ffffff;
|
--surface-a:#ffffff;
|
||||||
--surface-b:#f8f9fa;
|
--surface-b:#f8f9fa;
|
||||||
--surface-c:#e9ecef;
|
--surface-c:#e9ecef;
|
||||||
|
@ -195,8 +196,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -228,9 +229,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -287,9 +288,9 @@
|
||||||
padding: 0.375rem 0;
|
padding: 0.375rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -751,9 +752,9 @@
|
||||||
padding: 0.375rem 0;
|
padding: 0.375rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1117,8 +1118,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
@ -5924,9 +5925,9 @@
|
||||||
padding: 1.25rem;
|
padding: 1.25rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@layer primevue {
|
@layer primevue {
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
font-feature-settings: "cv02", "cv03", "cv04", "cv11";
|
font-feature-settings: "cv02", "cv03", "cv04", "cv11";
|
||||||
font-variation-settings: normal;
|
font-variation-settings: normal;
|
||||||
--font-family:"Inter var", sans-serif;
|
--font-family:"Inter var", sans-serif;
|
||||||
|
--font-feature-settings: "cv02","cv03","cv04","cv11";
|
||||||
--surface-a:#ffffff;
|
--surface-a:#ffffff;
|
||||||
--surface-b:#f8f9fa;
|
--surface-b:#f8f9fa;
|
||||||
--surface-c:#e9ecef;
|
--surface-c:#e9ecef;
|
||||||
|
@ -195,8 +196,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -228,9 +229,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -287,9 +288,9 @@
|
||||||
padding: 0.375rem 0;
|
padding: 0.375rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -751,9 +752,9 @@
|
||||||
padding: 0.375rem 0;
|
padding: 0.375rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1117,8 +1118,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
@ -5924,9 +5925,9 @@
|
||||||
padding: 1.25rem;
|
padding: 1.25rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@layer primevue {
|
@layer primevue {
|
||||||
|
|
|
@ -177,8 +177,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -210,9 +210,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -269,9 +269,9 @@
|
||||||
padding: 0.2145rem 0;
|
padding: 0.2145rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #dedede;
|
color: #dedede;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -737,9 +737,9 @@
|
||||||
padding: 0.2145rem 0;
|
padding: 0.2145rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #dedede;
|
color: #dedede;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1103,8 +1103,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: #dedede;
|
color: #dedede;
|
||||||
background: #191919;
|
background: #191919;
|
||||||
|
@ -5918,9 +5918,9 @@
|
||||||
padding: 0.571rem 1rem;
|
padding: 0.571rem 1rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Customizations to the designer theme should be defined here */
|
/* Customizations to the designer theme should be defined here */
|
||||||
|
|
|
@ -177,8 +177,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -210,9 +210,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -269,9 +269,9 @@
|
||||||
padding: 0.2145rem 0;
|
padding: 0.2145rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #dedede;
|
color: #dedede;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -737,9 +737,9 @@
|
||||||
padding: 0.2145rem 0;
|
padding: 0.2145rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #dedede;
|
color: #dedede;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1103,8 +1103,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: #dedede;
|
color: #dedede;
|
||||||
background: #191919;
|
background: #191919;
|
||||||
|
@ -5918,9 +5918,9 @@
|
||||||
padding: 0.571rem 1rem;
|
padding: 0.571rem 1rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Customizations to the designer theme should be defined here */
|
/* Customizations to the designer theme should be defined here */
|
||||||
|
|
|
@ -177,8 +177,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -210,9 +210,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -269,9 +269,9 @@
|
||||||
padding: 0.2145rem 0;
|
padding: 0.2145rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #dedede;
|
color: #dedede;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -737,9 +737,9 @@
|
||||||
padding: 0.2145rem 0;
|
padding: 0.2145rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #dedede;
|
color: #dedede;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1103,8 +1103,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: #dedede;
|
color: #dedede;
|
||||||
background: #191919;
|
background: #191919;
|
||||||
|
@ -5918,9 +5918,9 @@
|
||||||
padding: 0.571rem 1rem;
|
padding: 0.571rem 1rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Customizations to the designer theme should be defined here */
|
/* Customizations to the designer theme should be defined here */
|
||||||
|
|
|
@ -177,8 +177,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -210,9 +210,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -269,9 +269,9 @@
|
||||||
padding: 0.2145rem 0;
|
padding: 0.2145rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #dedede;
|
color: #dedede;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -737,9 +737,9 @@
|
||||||
padding: 0.2145rem 0;
|
padding: 0.2145rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #dedede;
|
color: #dedede;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1103,8 +1103,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: #dedede;
|
color: #dedede;
|
||||||
background: #191919;
|
background: #191919;
|
||||||
|
@ -5918,9 +5918,9 @@
|
||||||
padding: 0.571rem 1rem;
|
padding: 0.571rem 1rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Customizations to the designer theme should be defined here */
|
/* Customizations to the designer theme should be defined here */
|
||||||
|
|
|
@ -201,8 +201,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -234,9 +234,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -293,9 +293,9 @@
|
||||||
padding: 0.5rem 0;
|
padding: 0.5rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -757,9 +757,9 @@
|
||||||
padding: 0.5rem 0;
|
padding: 0.5rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1123,8 +1123,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #1e1e1e;
|
background: #1e1e1e;
|
||||||
|
@ -5979,9 +5979,9 @@
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@layer primevue {
|
@layer primevue {
|
||||||
|
|
|
@ -201,8 +201,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -234,9 +234,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -293,9 +293,9 @@
|
||||||
padding: 0.5rem 0;
|
padding: 0.5rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -757,9 +757,9 @@
|
||||||
padding: 0.5rem 0;
|
padding: 0.5rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1123,8 +1123,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #1e1e1e;
|
background: #1e1e1e;
|
||||||
|
@ -5979,9 +5979,9 @@
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@layer primevue {
|
@layer primevue {
|
||||||
|
|
|
@ -201,8 +201,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -234,9 +234,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -293,9 +293,9 @@
|
||||||
padding: 0.5rem 0;
|
padding: 0.5rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(0, 0, 0, 0.87);
|
color: rgba(0, 0, 0, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -757,9 +757,9 @@
|
||||||
padding: 0.5rem 0;
|
padding: 0.5rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(0, 0, 0, 0.87);
|
color: rgba(0, 0, 0, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1123,8 +1123,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: rgba(0, 0, 0, 0.87);
|
color: rgba(0, 0, 0, 0.87);
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
@ -5979,9 +5979,9 @@
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@layer primevue {
|
@layer primevue {
|
||||||
|
|
|
@ -201,8 +201,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -234,9 +234,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -293,9 +293,9 @@
|
||||||
padding: 0.5rem 0;
|
padding: 0.5rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(0, 0, 0, 0.87);
|
color: rgba(0, 0, 0, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -757,9 +757,9 @@
|
||||||
padding: 0.5rem 0;
|
padding: 0.5rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(0, 0, 0, 0.87);
|
color: rgba(0, 0, 0, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1123,8 +1123,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: rgba(0, 0, 0, 0.87);
|
color: rgba(0, 0, 0, 0.87);
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
@ -5979,9 +5979,9 @@
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@layer primevue {
|
@layer primevue {
|
||||||
|
|
|
@ -201,8 +201,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -234,9 +234,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -293,9 +293,9 @@
|
||||||
padding: 0.375rem 0;
|
padding: 0.375rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -757,9 +757,9 @@
|
||||||
padding: 0.375rem 0;
|
padding: 0.375rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1123,8 +1123,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #1e1e1e;
|
background: #1e1e1e;
|
||||||
|
@ -5979,9 +5979,9 @@
|
||||||
padding: 0.75rem;
|
padding: 0.75rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@layer primevue {
|
@layer primevue {
|
||||||
|
|
|
@ -201,8 +201,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -234,9 +234,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -293,9 +293,9 @@
|
||||||
padding: 0.375rem 0;
|
padding: 0.375rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -757,9 +757,9 @@
|
||||||
padding: 0.375rem 0;
|
padding: 0.375rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1123,8 +1123,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #1e1e1e;
|
background: #1e1e1e;
|
||||||
|
@ -5979,9 +5979,9 @@
|
||||||
padding: 0.75rem;
|
padding: 0.75rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@layer primevue {
|
@layer primevue {
|
||||||
|
|
|
@ -201,8 +201,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -234,9 +234,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -293,9 +293,9 @@
|
||||||
padding: 0.375rem 0;
|
padding: 0.375rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(0, 0, 0, 0.87);
|
color: rgba(0, 0, 0, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -757,9 +757,9 @@
|
||||||
padding: 0.375rem 0;
|
padding: 0.375rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(0, 0, 0, 0.87);
|
color: rgba(0, 0, 0, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1123,8 +1123,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: rgba(0, 0, 0, 0.87);
|
color: rgba(0, 0, 0, 0.87);
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
@ -5979,9 +5979,9 @@
|
||||||
padding: 0.75rem;
|
padding: 0.75rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@layer primevue {
|
@layer primevue {
|
||||||
|
|
|
@ -201,8 +201,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -234,9 +234,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -293,9 +293,9 @@
|
||||||
padding: 0.375rem 0;
|
padding: 0.375rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(0, 0, 0, 0.87);
|
color: rgba(0, 0, 0, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -757,9 +757,9 @@
|
||||||
padding: 0.375rem 0;
|
padding: 0.375rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(0, 0, 0, 0.87);
|
color: rgba(0, 0, 0, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1123,8 +1123,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: rgba(0, 0, 0, 0.87);
|
color: rgba(0, 0, 0, 0.87);
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
@ -5979,9 +5979,9 @@
|
||||||
padding: 0.75rem;
|
padding: 0.75rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@layer primevue {
|
@layer primevue {
|
||||||
|
|
|
@ -205,8 +205,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -238,9 +238,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -297,9 +297,9 @@
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #4C566A;
|
color: #4C566A;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -761,9 +761,9 @@
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #4C566A;
|
color: #4C566A;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1127,8 +1127,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: #4C566A;
|
color: #4C566A;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
@ -5983,9 +5983,9 @@
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Customizations to the designer theme should be defined here */
|
/* Customizations to the designer theme should be defined here */
|
||||||
|
|
|
@ -177,8 +177,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -210,9 +210,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 1px;
|
border-radius: 1px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -269,9 +269,9 @@
|
||||||
padding: 0.125rem 0;
|
padding: 0.125rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #343a3f;
|
color: #343a3f;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -733,9 +733,9 @@
|
||||||
padding: 0.125rem 0;
|
padding: 0.125rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #343a3f;
|
color: #343a3f;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1099,8 +1099,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: #343a3f;
|
color: #343a3f;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
@ -5955,8 +5955,8 @@
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -177,8 +177,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -210,9 +210,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -269,9 +269,9 @@
|
||||||
padding: 0.2145rem 0;
|
padding: 0.2145rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -733,9 +733,9 @@
|
||||||
padding: 0.2145rem 0;
|
padding: 0.2145rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1099,8 +1099,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
@ -5906,9 +5906,9 @@
|
||||||
padding: 0.571rem 1rem;
|
padding: 0.571rem 1rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@layer primevue {
|
@layer primevue {
|
||||||
|
|
|
@ -177,8 +177,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -210,9 +210,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -269,9 +269,9 @@
|
||||||
padding: 0.2145rem 0;
|
padding: 0.2145rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -737,9 +737,9 @@
|
||||||
padding: 0.2145rem 0;
|
padding: 0.2145rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1103,8 +1103,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
@ -5918,9 +5918,9 @@
|
||||||
padding: 0.571rem 1rem;
|
padding: 0.571rem 1rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@layer primevue {
|
@layer primevue {
|
||||||
|
|
|
@ -177,8 +177,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -210,9 +210,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -269,9 +269,9 @@
|
||||||
padding: 0.2145rem 0;
|
padding: 0.2145rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -737,9 +737,9 @@
|
||||||
padding: 0.2145rem 0;
|
padding: 0.2145rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1103,8 +1103,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
@ -5918,9 +5918,9 @@
|
||||||
padding: 0.571rem 1rem;
|
padding: 0.571rem 1rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@layer primevue {
|
@layer primevue {
|
||||||
|
|
|
@ -177,8 +177,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -210,9 +210,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -269,9 +269,9 @@
|
||||||
padding: 0.2145rem 0;
|
padding: 0.2145rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -737,9 +737,9 @@
|
||||||
padding: 0.2145rem 0;
|
padding: 0.2145rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1103,8 +1103,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
@ -5918,9 +5918,9 @@
|
||||||
padding: 0.571rem 1rem;
|
padding: 0.571rem 1rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@layer primevue {
|
@layer primevue {
|
||||||
|
|
|
@ -177,8 +177,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -210,9 +210,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -269,9 +269,9 @@
|
||||||
padding: 0.2145rem 0;
|
padding: 0.2145rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #666666;
|
color: #666666;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -733,9 +733,9 @@
|
||||||
padding: 0.2145rem 0;
|
padding: 0.2145rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #666666;
|
color: #666666;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1099,8 +1099,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: #666666;
|
color: #666666;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
@ -5906,9 +5906,9 @@
|
||||||
padding: 0.571rem 1rem;
|
padding: 0.571rem 1rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Customizations to the designer theme should be defined here */
|
/* Customizations to the designer theme should be defined here */
|
||||||
|
|
|
@ -177,8 +177,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -210,9 +210,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -269,9 +269,9 @@
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -733,9 +733,9 @@
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1099,8 +1099,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
@ -5955,9 +5955,9 @@
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Customizations to the designer theme should be defined here */
|
/* Customizations to the designer theme should be defined here */
|
||||||
|
|
|
@ -177,8 +177,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -210,9 +210,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -269,9 +269,9 @@
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -733,9 +733,9 @@
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1099,8 +1099,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
@ -5955,9 +5955,9 @@
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Customizations to the designer theme should be defined here */
|
/* Customizations to the designer theme should be defined here */
|
||||||
|
|
|
@ -177,8 +177,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -210,9 +210,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -269,9 +269,9 @@
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -733,9 +733,9 @@
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1099,8 +1099,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
@ -5955,9 +5955,9 @@
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Customizations to the designer theme should be defined here */
|
/* Customizations to the designer theme should be defined here */
|
||||||
|
|
|
@ -177,8 +177,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -210,9 +210,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -269,9 +269,9 @@
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -733,9 +733,9 @@
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1099,8 +1099,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: #495057;
|
color: #495057;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
@ -5955,9 +5955,9 @@
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Customizations to the designer theme should be defined here */
|
/* Customizations to the designer theme should be defined here */
|
||||||
|
|
|
@ -201,8 +201,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -234,9 +234,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -293,9 +293,9 @@
|
||||||
padding: 0.375rem 0;
|
padding: 0.375rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -757,9 +757,9 @@
|
||||||
padding: 0.375rem 0;
|
padding: 0.375rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1123,8 +1123,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #1d1e27;
|
background: #1d1e27;
|
||||||
|
@ -5930,9 +5930,9 @@
|
||||||
padding: 1.25rem;
|
padding: 1.25rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@layer primevue {
|
@layer primevue {
|
||||||
|
|
|
@ -201,8 +201,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -234,9 +234,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -293,9 +293,9 @@
|
||||||
padding: 0.375rem 0;
|
padding: 0.375rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #043d75;
|
color: #043d75;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -757,9 +757,9 @@
|
||||||
padding: 0.375rem 0;
|
padding: 0.375rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #043d75;
|
color: #043d75;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1123,8 +1123,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: #043d75;
|
color: #043d75;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
@ -5930,9 +5930,9 @@
|
||||||
padding: 1.25rem;
|
padding: 1.25rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Customizations to the designer theme should be defined here */
|
/* Customizations to the designer theme should be defined here */
|
||||||
|
|
|
@ -212,8 +212,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -245,9 +245,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 0.375rem;
|
border-radius: 0.375rem;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -304,9 +304,9 @@
|
||||||
padding: 0.375rem 0;
|
padding: 0.375rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #3f3f46;
|
color: #3f3f46;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -768,9 +768,9 @@
|
||||||
padding: 0.375rem 0;
|
padding: 0.375rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #3f3f46;
|
color: #3f3f46;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1134,8 +1134,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: #3f3f46;
|
color: #3f3f46;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
@ -5990,9 +5990,9 @@
|
||||||
padding: 1.25rem;
|
padding: 1.25rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Customizations to the designer theme should be defined here */
|
/* Customizations to the designer theme should be defined here */
|
||||||
|
|
|
@ -177,8 +177,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -210,9 +210,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -269,9 +269,9 @@
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -733,9 +733,9 @@
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1099,8 +1099,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #17212f;
|
background: #17212f;
|
||||||
|
@ -5955,9 +5955,9 @@
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Customizations to the designer theme should be defined here */
|
/* Customizations to the designer theme should be defined here */
|
||||||
|
|
|
@ -177,8 +177,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -210,9 +210,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -269,9 +269,9 @@
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -733,9 +733,9 @@
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1099,8 +1099,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #17212f;
|
background: #17212f;
|
||||||
|
@ -5955,9 +5955,9 @@
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Customizations to the designer theme should be defined here */
|
/* Customizations to the designer theme should be defined here */
|
||||||
|
|
|
@ -177,8 +177,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -210,9 +210,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -269,9 +269,9 @@
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -733,9 +733,9 @@
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1099,8 +1099,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #17212f;
|
background: #17212f;
|
||||||
|
@ -5955,9 +5955,9 @@
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Customizations to the designer theme should be defined here */
|
/* Customizations to the designer theme should be defined here */
|
||||||
|
|
|
@ -177,8 +177,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -210,9 +210,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -269,9 +269,9 @@
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -733,9 +733,9 @@
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1099,8 +1099,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #17212f;
|
background: #17212f;
|
||||||
|
@ -5955,9 +5955,9 @@
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Customizations to the designer theme should be defined here */
|
/* Customizations to the designer theme should be defined here */
|
||||||
|
|
|
@ -209,8 +209,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -242,9 +242,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -301,9 +301,9 @@
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -765,9 +765,9 @@
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1131,8 +1131,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(255, 255, 255, 0.87);
|
||||||
background: #0e1315;
|
background: #0e1315;
|
||||||
|
@ -5987,9 +5987,9 @@
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Customizations to the designer theme should be defined here */
|
/* Customizations to the designer theme should be defined here */
|
||||||
|
|
|
@ -209,8 +209,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-component {
|
.p-component {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -242,9 +242,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-link {
|
.p-link {
|
||||||
|
font-family: var(--font-family);
|
||||||
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-family: inherit;
|
|
||||||
font-feature-settings: inherit;
|
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
.p-link:focus-visible {
|
.p-link:focus-visible {
|
||||||
|
@ -301,9 +301,9 @@
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
}
|
}
|
||||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #6c6c6c;
|
color: #6c6c6c;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -765,9 +765,9 @@
|
||||||
padding: 0.25rem 0;
|
padding: 0.25rem 0;
|
||||||
}
|
}
|
||||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
color: #6c6c6c;
|
color: #6c6c6c;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -1131,8 +1131,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-inputtext {
|
.p-inputtext {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
color: #6c6c6c;
|
color: #6c6c6c;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
@ -5987,9 +5987,9 @@
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
}
|
}
|
||||||
.p-terminal .p-terminal-input {
|
.p-terminal .p-terminal-input {
|
||||||
font-family: inherit;
|
font-family: var(--font-family);
|
||||||
font-feature-settings: inherit;
|
font-feature-settings: var(--font-feature-settings, normal);
|
||||||
font-size: inherit;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* Customizations to the designer theme should be defined here */
|
/* Customizations to the designer theme should be defined here */
|
||||||
|
|
Loading…
Reference in New Issue