Sha256: c4665151007395a4e2e5c629e597badb196f2f1da30b42732bcb4770c7ea36f8
Contents?: true
Size: 969 Bytes
Versions: 3
Compression:
Stored size: 969 Bytes
Contents
/* * This is a manifest file that'll be compiled into application.css, which will include all the files * listed below. * * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path. * * You're free to add application-wide styles to this file and they'll appear at the top of the * compiled file, but it's generally better to create a new file per style scope. * *= require_self *= require_tree . */ <% if ENV['com.nocturnalcode.RailsAssistant'].present? %> #rails-assistant { height: 25px; position: fixed; bottom: 0px; right: 0px; margin: 3px; opacity:0.6; filter: alpha(opacity=60); } #rails-assistant.connected { opacity:1.0; filter: alpha(opacity=100); } #rails-assistant > img { width: 25px; height: 25px; float: right; } #rails-assistant > p { display: block; width: 200px; } <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems