diff --git a/stylesheets/index.scss b/stylesheets/index.scss index 96e9cc8a31d..5761f62e23e 100644 --- a/stylesheets/index.scss +++ b/stylesheets/index.scss @@ -17,6 +17,14 @@ } } +.new-contact .contact-details::before { + content: 'Create new contact'; + display: block; + font-style: italic; + opacity: 0.7; + padding-right: 8px; +} + .index { color: $grey_d; background: #eee; diff --git a/stylesheets/manifest.css b/stylesheets/manifest.css index afbba8c0b5c..2f941458896 100644 --- a/stylesheets/manifest.css +++ b/stylesheets/manifest.css @@ -12,6 +12,13 @@ .typeahead .contact .checkbox { display: inline-block; } +.new-contact .contact-details::before { + content: 'Create new contact'; + display: block; + font-style: italic; + opacity: 0.7; + padding-right: 8px; } + .index { color: #454545; background: #eee; }