Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fun-apps / static / fun / css / sandbox-cms.css
Size: Mime:
#view-top h1.branding img { /* Shift original image to hide it and set background */
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url('../images/edx-studio-logo-sandbox.png') no-repeat;
  background-size: 190px 42px;
  width: 190px;
  height: 42px;
  padding-left: 190px;
}

span.account-username {
  color: #a06123;
}