Sha256: e81f773551b66d5bf76fcb1e02a336e84f49ea609ac2f4fc18da9438cfd0ec94

Contents?: true

Size: 1.13 KB

Versions: 2

Compression:

Stored size: 1.13 KB

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
*/

.navigtion_link_imgage_wrapper{
	display:none;
}
.navigtion_link_description{
	display:none;
}
.navigtion_link_description_title{
	display:none;
}
.navigtion_link_call_to_action_name{
	display:none;
}

.hidden {
  display: none;
}

#edit_article_link {
  position: fixed;
  right: 70px;
  bottom: 5px;
  background-color: #24282F;
  background: rgba(0, 0, 0, 0.4);
  width: 95px;
  height: 38px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 12px 0 0px 5px;
  z-index: 99999;
}

#edit_article_link  a {
  color: #CCC;
  font-family: Helvetica;
  font-size: 12px;
  text-decoration: none;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
goldencobra-1.1.0 app/assets/stylesheets/goldencobra/application.css
goldencobra-1.0.9.3 app/assets/stylesheets/goldencobra/application.css