Sha256: 05352cb2d42cfaeac0f33d73a73d1ae00b1aa1e98981f6623084cf329e64ca5e

Contents?: true

Size: 1.78 KB

Versions: 64

Compression:

Stored size: 1.78 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, or any plugin's
 * vendor/assets/stylesheets directory 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 bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 *= require_tree .
 *= require_self
 */

 .wrapper .container {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.navigation {
  background: #f4f5f6;
  border-bottom: .1rem solid #d1d1d1;
  display: block;
  height: 5.2rem;
  left: 0;
  max-width: 100%;
  width: 100%;
}

.navigation .container {
  padding-bottom: 0;
  padding-top: 0
}

.navigation .navigation-list {
  list-style: none;
  margin-bottom: 0;
}

.navigation .navigation-item {
  float: left;
  margin-bottom: 0;
  margin-left: 2.5rem;
  position: relative
}

.navigation .navigation-title, .navigation .title {
  color: #606c76;
  position: relative
}

.navigation .navigation-link, .navigation .navigation-title, .navigation .title {
  display: inline;
  font-size: 1.6rem;
  line-height: 5.2rem;
  padding: 0;
  text-decoration: none
}

.navigation .navigation-link.active {
  color: #606c76
}

.error-wrapper .result {
  color: white;
  background-color: red;
}

pre {
  line-height: 0.7;
}

pre p {
  margin: 0;
  margin-left: 5px;
}

#rake-task {
  position: relative;
  margin-bottom: 10px;
  background-color: #f4f5f6;
}


.is-copy {
  background-color: green;
  color: #fff;
}

Version data entries

64 entries across 22 versions & 1 rubygems

Version Path
hubspot-api-client-2.0.0 sample-apps/leaky-bucket-app/app/assets/stylesheets/application.css
hubspot-api-client-2.0.0 sample-apps/retry-middleware-sample-app/app/assets/stylesheets/application.css
hubspot-api-client-2.0.0 sample-apps/rate-limits-redis-sample-app/app/assets/stylesheets/application.css
hubspot-api-client-1.0.1 sample-apps/retry-middleware-sample-app/app/assets/stylesheets/application.css