diff options
| author | 2023-01-25 22:23:51 +0100 | |
|---|---|---|
| committer | 2023-01-25 22:23:51 +0100 | |
| commit | 1c4b328ae14ce94c56171eb28ca4dc0c665051f4 (patch) | |
| tree | c47e2c5520f084046541409e5d56e99a5fd4de80 /p/themes/Mapco/_layout.scss | |
| parent | 1aab0459fa4080ad16e8bb872b117c24bc7f3318 (diff) | |
Improved: expanding inputs (#5040)
* fix
* wider input element
Diffstat (limited to 'p/themes/Mapco/_layout.scss')
| -rw-r--r-- | p/themes/Mapco/_layout.scss | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/p/themes/Mapco/_layout.scss b/p/themes/Mapco/_layout.scss index 495c19ebf..7be890369 100644 --- a/p/themes/Mapco/_layout.scss +++ b/p/themes/Mapco/_layout.scss @@ -29,7 +29,7 @@ &.search { input { - width: 230px; + width: 350px; color: variables.$sid-font-color; border: none; border-radius: 2px 0 0 2px; @@ -42,9 +42,7 @@ } &:focus { - width: 350px; color: variables.$grey-dark; - background-color: variables.$white; } } |
