fix estilo
This commit is contained in:
parent
df2c932646
commit
b775e73242
|
@ -88,6 +88,12 @@
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.p-icon-input-khaki {
|
||||||
|
border-top-right-radius: 0!important;
|
||||||
|
border-bottom-right-radius: 0!important;
|
||||||
|
border-color: #C08135;
|
||||||
|
}
|
||||||
|
|
||||||
.p-component {
|
.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: 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-size: 1rem;
|
||||||
|
@ -948,12 +954,7 @@
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-icon-input {
|
|
||||||
border-top-right-radius: 0;
|
|
||||||
border-bottom-right-radius: 0;
|
|
||||||
background-color: #D7A86E;
|
|
||||||
border-color: #C08135;
|
|
||||||
}
|
|
||||||
|
|
||||||
.p-input-filled .p-dropdown {
|
.p-input-filled .p-dropdown {
|
||||||
background: #e9ecef;
|
background: #e9ecef;
|
||||||
|
|
Loading…
Reference in New Issue