Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
chromed
/
wp-content
/
plugins
/
envato-elements
/
src
/
js
/
react
/
components
/
Search
:
TextInput.module.scss
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
@import '../../../../scss/mixins'; .searchText { max-width: 570px; flex: 1; position: relative; } .searchTextInput { @include inputBox; } .searchTextSubmit { position: absolute; right: 5px; top: 0; width: 30px; height: $buttonAndInputHeight; cursor: pointer; border: 0; overflow: hidden; background-color: transparent; color: #7bab48; font-size: 23px; &:active, &:focus { outline: 0; } [dir='rtl'] & { right: unset; left: 5px; } }