diff options
author | Noah Loomans <noahloomans@gmail.com> | 2018-02-16 22:10:33 +0100 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2018-02-16 22:10:33 +0100 |
commit | 065c798078586b98f974c4f8ee2d1a7af1ad9218 (patch) | |
tree | 8f7c3e6132da54438b26a169e9d1ecab95d3c6df /src/client/style | |
parent | 48ca524d275e05d39904a40486fb2a146eb37371 (diff) |
Add client support for alts
Diffstat (limited to 'src/client/style')
-rw-r--r-- | src/client/style/_component-search.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/style/_component-search.scss b/src/client/style/_component-search.scss index 1687ec3..b989cc1 100644 --- a/src/client/style/_component-search.scss +++ b/src/client/style/_component-search.scss @@ -61,6 +61,11 @@ padding-left: 0px; font-size: 16px; transform: translate(0, 3px); + + &__alt { + font-style: italic; + color: gray; + } } } } |