Sha256: 2459528969709108369a3ad4cdc275d64db633c6c9c1dec7bdedc7240e42b94d

Contents?: true

Size: 1.78 KB

Versions: 12

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
}

.row.authorize-button {
  justify-content: center;
}

.text-center {
  text-align: center;
}

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

input[type=datetime-local] {
  width: 100%;
  height: 3.8rem;
  padding: .6rem 1.0rem;
}

h3.alert-success {
  text-align: center;
}

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
hubspot-api-client-9.0.0 sample-apps/imports-contacts-app/app/assets/stylesheets/application.css
hubspot-api-client-8.0.1 sample-apps/imports-contacts-app/app/assets/stylesheets/application.css
hubspot-api-client-8.0.0 sample-apps/imports-contacts-app/app/assets/stylesheets/application.css
hubspot-api-client-7.3.0 sample-apps/imports-contacts-app/app/assets/stylesheets/application.css
hubspot-api-client-7.2.0 sample-apps/imports-contacts-app/app/assets/stylesheets/application.css
hubspot-api-client-7.1.1 sample-apps/imports-contacts-app/app/assets/stylesheets/application.css
hubspot-api-client-7.1.0 sample-apps/imports-contacts-app/app/assets/stylesheets/application.css
hubspot-api-client-7.0.0 sample-apps/imports-contacts-app/app/assets/stylesheets/application.css
hubspot-api-client-6.0.0 sample-apps/imports-contacts-app/app/assets/stylesheets/application.css
hubspot-api-client-5.0.0 sample-apps/imports-contacts-app/app/assets/stylesheets/application.css
hubspot-api-client-4.0.0 sample-apps/imports-contacts-app/app/assets/stylesheets/application.css
hubspot-api-client-3.3.0 sample-apps/imports-contacts-app/app/assets/stylesheets/application.css