export const greenThemeCss = ` :host-context(.ag-fa-input-green-theme) { border-color: #3FC83F; &.input-focus { -webkit-box-shadow: 0px 0px 5px #3FC83F; box-shadow: 0px 0px 5px #3FC83F; } } `;