Inherit fonts
parent
933a941691
commit
11051fc020
|
@ -53,7 +53,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -86,7 +87,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -266,8 +268,9 @@
|
|||
padding: 0.25rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -729,8 +732,9 @@
|
|||
padding: 0.25rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1094,7 +1098,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #121212;
|
||||
|
@ -5949,8 +5954,9 @@
|
|||
padding: 1rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -53,7 +53,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -86,7 +87,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -266,8 +268,9 @@
|
|||
padding: 0.25rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -729,8 +732,9 @@
|
|||
padding: 0.25rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1094,7 +1098,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #121212;
|
||||
|
@ -5949,8 +5954,9 @@
|
|||
padding: 1rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -53,7 +53,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -86,7 +87,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -266,8 +268,9 @@
|
|||
padding: 0.25rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -729,8 +732,9 @@
|
|||
padding: 0.25rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1094,7 +1098,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #121212;
|
||||
|
@ -5949,8 +5954,9 @@
|
|||
padding: 1rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -53,7 +53,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -86,7 +87,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -266,8 +268,9 @@
|
|||
padding: 0.25rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -729,8 +732,9 @@
|
|||
padding: 0.25rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1094,7 +1098,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #121212;
|
||||
|
@ -5949,8 +5954,9 @@
|
|||
padding: 1rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -53,7 +53,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -86,7 +87,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -266,8 +268,9 @@
|
|||
padding: 0.25rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -733,8 +736,9 @@
|
|||
padding: 0.25rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1098,7 +1102,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #20262e;
|
||||
|
@ -5961,8 +5966,9 @@
|
|||
padding: 1.25rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
/* Vendor extensions to the designer enhanced bootstrap compatibility */
|
||||
|
|
|
@ -53,7 +53,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -86,7 +87,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -266,8 +268,9 @@
|
|||
padding: 0.25rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -733,8 +736,9 @@
|
|||
padding: 0.25rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1098,7 +1102,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #20262e;
|
||||
|
@ -5961,8 +5966,9 @@
|
|||
padding: 1.25rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
/* Vendor extensions to the designer enhanced bootstrap compatibility */
|
||||
|
|
|
@ -53,7 +53,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -86,7 +87,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -266,8 +268,9 @@
|
|||
padding: 0.25rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #212529;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -733,8 +736,9 @@
|
|||
padding: 0.25rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #212529;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1098,7 +1102,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: #495057;
|
||||
background: #ffffff;
|
||||
|
@ -5961,8 +5966,9 @@
|
|||
padding: 1.25rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
/* Vendor extensions to the designer enhanced bootstrap compatibility */
|
||||
|
|
|
@ -53,7 +53,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -86,7 +87,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -266,8 +268,9 @@
|
|||
padding: 0.25rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #212529;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -733,8 +736,9 @@
|
|||
padding: 0.25rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #212529;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1098,7 +1102,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: #495057;
|
||||
background: #ffffff;
|
||||
|
@ -5961,8 +5966,9 @@
|
|||
padding: 1.25rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
/* Vendor extensions to the designer enhanced bootstrap compatibility */
|
||||
|
|
|
@ -53,7 +53,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -86,7 +87,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 2px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -266,8 +268,9 @@
|
|||
padding: 0.25rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #323130;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -729,8 +732,9 @@
|
|||
padding: 0.25rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #323130;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1094,7 +1098,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: #323130;
|
||||
background: #ffffff;
|
||||
|
@ -5900,8 +5905,9 @@
|
|||
padding: 1rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -71,7 +71,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -104,7 +105,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 6px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -284,8 +286,9 @@
|
|||
padding: 0.375rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -747,8 +750,9 @@
|
|||
padding: 0.375rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1112,7 +1116,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #040d19;
|
||||
|
@ -5918,8 +5923,9 @@
|
|||
padding: 1.25rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.p-button-label {
|
||||
|
|
|
@ -71,7 +71,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -104,7 +105,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 6px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -284,8 +286,9 @@
|
|||
padding: 0.375rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -747,8 +750,9 @@
|
|||
padding: 0.375rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1112,7 +1116,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #040d19;
|
||||
|
@ -5918,8 +5923,9 @@
|
|||
padding: 1.25rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.p-button-label {
|
||||
|
|
|
@ -71,7 +71,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -104,7 +105,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 6px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -284,8 +286,9 @@
|
|||
padding: 0.375rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -747,8 +750,9 @@
|
|||
padding: 0.375rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1112,7 +1116,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #040d19;
|
||||
|
@ -5918,8 +5923,9 @@
|
|||
padding: 1.25rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.p-button-label {
|
||||
|
|
|
@ -71,7 +71,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -104,7 +105,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 6px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -284,8 +286,9 @@
|
|||
padding: 0.375rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -747,8 +750,9 @@
|
|||
padding: 0.375rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1112,7 +1116,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #040d19;
|
||||
|
@ -5918,8 +5923,9 @@
|
|||
padding: 1.25rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.p-button-label {
|
||||
|
|
|
@ -71,7 +71,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -104,7 +105,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 6px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -284,8 +286,9 @@
|
|||
padding: 0.375rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #495057;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -747,8 +750,9 @@
|
|||
padding: 0.375rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #495057;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1112,7 +1116,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: #495057;
|
||||
background: #ffffff;
|
||||
|
@ -5918,8 +5923,9 @@
|
|||
padding: 1.25rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.p-button-label {
|
||||
|
|
|
@ -71,7 +71,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -104,7 +105,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 6px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -284,8 +286,9 @@
|
|||
padding: 0.375rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #495057;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -747,8 +750,9 @@
|
|||
padding: 0.375rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #495057;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1112,7 +1116,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: #495057;
|
||||
background: #ffffff;
|
||||
|
@ -5918,8 +5923,9 @@
|
|||
padding: 1.25rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.p-button-label {
|
||||
|
|
|
@ -71,7 +71,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -104,7 +105,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 6px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -284,8 +286,9 @@
|
|||
padding: 0.375rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #495057;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -747,8 +750,9 @@
|
|||
padding: 0.375rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #495057;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1112,7 +1116,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: #495057;
|
||||
background: #ffffff;
|
||||
|
@ -5918,8 +5923,9 @@
|
|||
padding: 1.25rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.p-button-label {
|
||||
|
|
|
@ -71,7 +71,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -104,7 +105,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 6px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -284,8 +286,9 @@
|
|||
padding: 0.375rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #495057;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -747,8 +750,9 @@
|
|||
padding: 0.375rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #495057;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1112,7 +1116,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: #495057;
|
||||
background: #ffffff;
|
||||
|
@ -5918,8 +5923,9 @@
|
|||
padding: 1.25rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: "Inter var", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.p-button-label {
|
||||
|
|
|
@ -53,7 +53,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -86,7 +87,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -266,8 +268,9 @@
|
|||
padding: 0.2145rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #dedede;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -733,8 +736,9 @@
|
|||
padding: 0.2145rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #dedede;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1098,7 +1102,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: #dedede;
|
||||
background: #191919;
|
||||
|
@ -5912,8 +5917,9 @@
|
|||
padding: 0.571rem 1rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -53,7 +53,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -86,7 +87,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -266,8 +268,9 @@
|
|||
padding: 0.2145rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #dedede;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -733,8 +736,9 @@
|
|||
padding: 0.2145rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #dedede;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1098,7 +1102,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: #dedede;
|
||||
background: #191919;
|
||||
|
@ -5912,8 +5917,9 @@
|
|||
padding: 0.571rem 1rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -53,7 +53,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -86,7 +87,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -266,8 +268,9 @@
|
|||
padding: 0.2145rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #dedede;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -733,8 +736,9 @@
|
|||
padding: 0.2145rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #dedede;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1098,7 +1102,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: #dedede;
|
||||
background: #191919;
|
||||
|
@ -5912,8 +5917,9 @@
|
|||
padding: 0.571rem 1rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -53,7 +53,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -86,7 +87,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -266,8 +268,9 @@
|
|||
padding: 0.2145rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #dedede;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -733,8 +736,9 @@
|
|||
padding: 0.2145rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #dedede;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1098,7 +1102,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: #dedede;
|
||||
background: #191919;
|
||||
|
@ -5912,8 +5917,9 @@
|
|||
padding: 0.571rem 1rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -77,7 +77,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -110,7 +111,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -290,8 +292,9 @@
|
|||
padding: 0.5rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -753,8 +756,9 @@
|
|||
padding: 0.5rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1118,7 +1122,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #1e1e1e;
|
||||
|
@ -5973,8 +5978,9 @@
|
|||
padding: 1rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.p-accordion .p-accordion-tab {
|
||||
|
|
|
@ -77,7 +77,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -110,7 +111,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -290,8 +292,9 @@
|
|||
padding: 0.5rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -753,8 +756,9 @@
|
|||
padding: 0.5rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1118,7 +1122,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #1e1e1e;
|
||||
|
@ -5973,8 +5978,9 @@
|
|||
padding: 1rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.p-accordion .p-accordion-tab {
|
||||
|
|
|
@ -77,7 +77,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -110,7 +111,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -290,8 +292,9 @@
|
|||
padding: 0.5rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -753,8 +756,9 @@
|
|||
padding: 0.5rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1118,7 +1122,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
background: #ffffff;
|
||||
|
@ -5973,8 +5978,9 @@
|
|||
padding: 1rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.p-accordion .p-accordion-tab {
|
||||
|
|
|
@ -77,7 +77,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -110,7 +111,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -290,8 +292,9 @@
|
|||
padding: 0.5rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -753,8 +756,9 @@
|
|||
padding: 0.5rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1118,7 +1122,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
background: #ffffff;
|
||||
|
@ -5973,8 +5978,9 @@
|
|||
padding: 1rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.p-accordion .p-accordion-tab {
|
||||
|
|
|
@ -77,7 +77,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -110,7 +111,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -290,8 +292,9 @@
|
|||
padding: 0.375rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -753,8 +756,9 @@
|
|||
padding: 0.375rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1118,7 +1122,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #1e1e1e;
|
||||
|
@ -5973,8 +5978,9 @@
|
|||
padding: 0.75rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.p-accordion .p-accordion-tab {
|
||||
|
|
|
@ -77,7 +77,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -110,7 +111,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -290,8 +292,9 @@
|
|||
padding: 0.375rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -753,8 +756,9 @@
|
|||
padding: 0.375rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1118,7 +1122,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #1e1e1e;
|
||||
|
@ -5973,8 +5978,9 @@
|
|||
padding: 0.75rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.p-accordion .p-accordion-tab {
|
||||
|
|
|
@ -77,7 +77,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -110,7 +111,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -290,8 +292,9 @@
|
|||
padding: 0.375rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -753,8 +756,9 @@
|
|||
padding: 0.375rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1118,7 +1122,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
background: #ffffff;
|
||||
|
@ -5973,8 +5978,9 @@
|
|||
padding: 0.75rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.p-accordion .p-accordion-tab {
|
||||
|
|
|
@ -77,7 +77,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -110,7 +111,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -290,8 +292,9 @@
|
|||
padding: 0.375rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -753,8 +756,9 @@
|
|||
padding: 0.375rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1118,7 +1122,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
background: #ffffff;
|
||||
|
@ -5973,8 +5978,9 @@
|
|||
padding: 0.75rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: Roboto, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.p-accordion .p-accordion-tab {
|
||||
|
|
|
@ -81,7 +81,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: "Inter", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -114,7 +115,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: "Inter", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -294,8 +296,9 @@
|
|||
padding: 0.25rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: "Inter", sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #4C566A;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -757,8 +760,9 @@
|
|||
padding: 0.25rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: "Inter", sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #4C566A;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1122,7 +1126,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: "Inter", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: #4C566A;
|
||||
background: #ffffff;
|
||||
|
@ -5977,8 +5982,9 @@
|
|||
padding: 1rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: "Inter", sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -53,7 +53,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -86,7 +87,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 1px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -266,8 +268,9 @@
|
|||
padding: 0.125rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #343a3f;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -729,8 +732,9 @@
|
|||
padding: 0.125rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #343a3f;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1094,7 +1098,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: #343a3f;
|
||||
background: #ffffff;
|
||||
|
@ -5949,6 +5954,7 @@
|
|||
padding: 0.5rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
|
|
@ -53,7 +53,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -86,7 +87,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -266,8 +268,9 @@
|
|||
padding: 0.2145rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #333333;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -729,8 +732,9 @@
|
|||
padding: 0.2145rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #333333;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1094,7 +1098,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: #333333;
|
||||
background: #ffffff;
|
||||
|
@ -5900,8 +5905,9 @@
|
|||
padding: 0.571rem 1rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.p-panel .p-panel-header .p-panel-header-icon {
|
||||
|
|
|
@ -53,7 +53,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -86,7 +87,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -266,8 +268,9 @@
|
|||
padding: 0.2145rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #333333;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -733,8 +736,9 @@
|
|||
padding: 0.2145rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #333333;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1098,7 +1102,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: #333333;
|
||||
background: #ffffff;
|
||||
|
@ -5912,8 +5917,9 @@
|
|||
padding: 0.571rem 1rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.p-panel .p-panel-header .p-panel-header-icon {
|
||||
|
|
|
@ -53,7 +53,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -86,7 +87,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -266,8 +268,9 @@
|
|||
padding: 0.2145rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #333333;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -733,8 +736,9 @@
|
|||
padding: 0.2145rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #333333;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1098,7 +1102,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: #333333;
|
||||
background: #ffffff;
|
||||
|
@ -5912,8 +5917,9 @@
|
|||
padding: 0.571rem 1rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.p-panel .p-panel-header .p-panel-header-icon {
|
||||
|
|
|
@ -53,7 +53,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -86,7 +87,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -266,8 +268,9 @@
|
|||
padding: 0.2145rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #333333;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -733,8 +736,9 @@
|
|||
padding: 0.2145rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #333333;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1098,7 +1102,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: #333333;
|
||||
background: #ffffff;
|
||||
|
@ -5912,8 +5917,9 @@
|
|||
padding: 0.571rem 1rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.p-panel .p-panel-header .p-panel-header-icon {
|
||||
|
|
|
@ -53,7 +53,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -86,7 +87,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 2px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -266,8 +268,9 @@
|
|||
padding: 0.2145rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #666666;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -729,8 +732,9 @@
|
|||
padding: 0.2145rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #666666;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1094,7 +1098,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: #666666;
|
||||
background: #ffffff;
|
||||
|
@ -5900,8 +5905,9 @@
|
|||
padding: 0.571rem 1rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.p-panel .p-panel-header .p-panel-header-icon {
|
||||
|
|
|
@ -53,7 +53,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -86,7 +87,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -266,8 +268,9 @@
|
|||
padding: 0.25rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #495057;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -729,8 +732,9 @@
|
|||
padding: 0.25rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #495057;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1094,7 +1098,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: #495057;
|
||||
background: #ffffff;
|
||||
|
@ -5949,8 +5954,9 @@
|
|||
padding: 1rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -53,7 +53,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -86,7 +87,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -266,8 +268,9 @@
|
|||
padding: 0.25rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #495057;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -729,8 +732,9 @@
|
|||
padding: 0.25rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #495057;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1094,7 +1098,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: #495057;
|
||||
background: #ffffff;
|
||||
|
@ -5949,8 +5954,9 @@
|
|||
padding: 1rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -53,7 +53,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -86,7 +87,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -266,8 +268,9 @@
|
|||
padding: 0.25rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #495057;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -729,8 +732,9 @@
|
|||
padding: 0.25rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #495057;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1094,7 +1098,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: #495057;
|
||||
background: #ffffff;
|
||||
|
@ -5949,8 +5954,9 @@
|
|||
padding: 1rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -53,7 +53,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -86,7 +87,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -266,8 +268,9 @@
|
|||
padding: 0.25rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #495057;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -729,8 +732,9 @@
|
|||
padding: 0.25rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #495057;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1094,7 +1098,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: #495057;
|
||||
background: #ffffff;
|
||||
|
@ -5949,8 +5954,9 @@
|
|||
padding: 1rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -77,7 +77,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: Lato, Helvetica, sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -110,7 +111,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: Lato, Helvetica, sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 6px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -290,8 +292,9 @@
|
|||
padding: 0.375rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: Lato, Helvetica, sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -753,8 +756,9 @@
|
|||
padding: 0.375rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: Lato, Helvetica, sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1118,7 +1122,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: Lato, Helvetica, sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #1d1e27;
|
||||
|
@ -5924,8 +5929,9 @@
|
|||
padding: 1.25rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: Lato, Helvetica, sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
.p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
|
||||
|
|
|
@ -77,7 +77,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: Lato, Helvetica, sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -110,7 +111,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: Lato, Helvetica, sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 6px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -290,8 +292,9 @@
|
|||
padding: 0.375rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: Lato, Helvetica, sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #043d75;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -753,8 +756,9 @@
|
|||
padding: 0.375rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: Lato, Helvetica, sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #043d75;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1118,7 +1122,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: Lato, Helvetica, sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: #043d75;
|
||||
background: #ffffff;
|
||||
|
@ -5924,8 +5929,9 @@
|
|||
padding: 1.25rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: Lato, Helvetica, sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -88,7 +88,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -121,7 +122,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 0.375rem;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -301,8 +303,9 @@
|
|||
padding: 0.375rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #3f3f46;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -764,8 +767,9 @@
|
|||
padding: 0.375rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #3f3f46;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1129,7 +1133,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: #3f3f46;
|
||||
background: #ffffff;
|
||||
|
@ -5984,8 +5989,9 @@
|
|||
padding: 1.25rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -53,7 +53,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -86,7 +87,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -266,8 +268,9 @@
|
|||
padding: 0.25rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -729,8 +732,9 @@
|
|||
padding: 0.25rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1094,7 +1098,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #17212f;
|
||||
|
@ -5949,8 +5954,9 @@
|
|||
padding: 1rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -53,7 +53,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -86,7 +87,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -266,8 +268,9 @@
|
|||
padding: 0.25rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -729,8 +732,9 @@
|
|||
padding: 0.25rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1094,7 +1098,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #17212f;
|
||||
|
@ -5949,8 +5954,9 @@
|
|||
padding: 1rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -53,7 +53,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -86,7 +87,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -266,8 +268,9 @@
|
|||
padding: 0.25rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -729,8 +732,9 @@
|
|||
padding: 0.25rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1094,7 +1098,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #17212f;
|
||||
|
@ -5949,8 +5954,9 @@
|
|||
padding: 1rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -53,7 +53,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -86,7 +87,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -266,8 +268,9 @@
|
|||
padding: 0.25rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -729,8 +732,9 @@
|
|||
padding: 0.25rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1094,7 +1098,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #17212f;
|
||||
|
@ -5949,8 +5954,9 @@
|
|||
padding: 1rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -85,7 +85,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: Poppins, sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -118,7 +119,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: Poppins, sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 6px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -298,8 +300,9 @@
|
|||
padding: 0.25rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: Poppins, sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -761,8 +764,9 @@
|
|||
padding: 0.25rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: Poppins, sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1126,7 +1130,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: Poppins, sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background: #0e1315;
|
||||
|
@ -5981,8 +5986,9 @@
|
|||
padding: 1rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: Poppins, sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
|
@ -85,7 +85,8 @@
|
|||
}
|
||||
|
||||
.p-component {
|
||||
font-family: Poppins, sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
@ -118,7 +119,8 @@
|
|||
|
||||
.p-link {
|
||||
font-size: 1rem;
|
||||
font-family: Poppins, sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
border-radius: 6px;
|
||||
}
|
||||
.p-link:focus {
|
||||
|
@ -298,8 +300,9 @@
|
|||
padding: 0.25rem 0;
|
||||
}
|
||||
.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
|
||||
font-family: Poppins, sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #6c6c6c;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -761,8 +764,9 @@
|
|||
padding: 0.25rem 0;
|
||||
}
|
||||
.p-chips .p-chips-multiple-container .p-chips-input-token input {
|
||||
font-family: Poppins, sans-serif;
|
||||
font-size: 1rem;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
color: #6c6c6c;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
@ -1126,7 +1130,8 @@
|
|||
}
|
||||
|
||||
.p-inputtext {
|
||||
font-family: Poppins, sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: 1rem;
|
||||
color: #6c6c6c;
|
||||
background: #ffffff;
|
||||
|
@ -5981,8 +5986,9 @@
|
|||
padding: 1rem;
|
||||
}
|
||||
.p-terminal .p-terminal-input {
|
||||
font-size: 1rem;
|
||||
font-family: Poppins, sans-serif;
|
||||
font-family: inherit;
|
||||
font-feature-settings: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
/* Customizations to the designer theme should be defined here */
|
||||
|
|
Loading…
Reference in New Issue