Sha256: 660e37d0a046a68589331091ff3c2bf502584ac622b51c95e706e8426eae7950

Contents?: true

Size: 523 Bytes

Versions: 4

Compression:

Stored size: 523 Bytes

Contents

<%= link_to root_path do %>
  <!-- Remove this, use the final SVG logo -->
  <span><%= current_organization.name %></span>
  <style>
    .logo-wrapper span{ color: white; font-weight: 600;
      font-size: 1.4em;
      display: inline-block; text-align: left;
      padding-left: 8px; line-height: 1;
      position: relative; }
    .logo-wrapper span:before{ content: ""; display: block;
      position: absolute; border-left: 4px solid white; height: 88%;
      top: 6%; left: 0; }
  </style>
  <!-- /Remove-->
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
decidim-core-0.0.1.alpha9 app/views/layouts/decidim/_logo.html.erb
decidim-core-0.0.1.alpha8 app/views/layouts/decidim/_logo.html.erb
decidim-core-0.0.1.alpha7 app/views/layouts/decidim/_logo.html.erb
decidim-core-0.0.1.alpha6 app/views/layouts/decidim/_logo.html.erb