diff --git a/app/assets/stylesheets/application.scss.erb b/app/assets/stylesheets/application.scss.erb index 1bc6b019..82395aed 100644 --- a/app/assets/stylesheets/application.scss.erb +++ b/app/assets/stylesheets/application.scss.erb @@ -1503,7 +1503,7 @@ li.address_full { padding: 6px 6px 6px 0px; display: flex; align-items: center; - font-size: 22px; + font-size: 24px; line-height: 28px; } @@ -2380,7 +2380,7 @@ input.score { } .desc_show_location { - color: var(--medgrey); + color: var(--darkgrey); font-size: 13px; line-height: 15px; font-family: $italic; diff --git a/app/views/locations/_render_update_metadata.html.haml b/app/views/locations/_render_update_metadata.html.haml index 124e8058..809e8ff6 100644 --- a/app/views/locations/_render_update_metadata.html.haml +++ b/app/views/locations/_render_update_metadata.html.haml @@ -27,16 +27,16 @@ - if (l.operator_id) %div.operator = image_tag('icons/wrench-outline.svg', :class => 'meta_icon') - %span.medgrey Operated by: + %span.darkgrey Operated by: - if ((l.operator.website && l.operator.website.empty?) || (!l.operator.website)) %span  #{l.operator.name} - else %span =link_to "#{l.operator.name}", "#{l.operator.website}", :target => "_blank" - if (l.operator.operator_has_email) - %div.operator_comments.medgrey (This operator receives machine comments) + %div.operator_comments.darkgrey (This operator receives machine comments) - else - %div.operator_comments.medgrey (This operator does not receive machine comments) + %div.operator_comments.darkgrey (This operator does not receive machine comments) - if !l.description.blank? %div.description = image_tag('icons/notebook-outline.svg', :class => 'meta_icon float_l')