Sha256: 4e0b9c04aa4c81ee4013f91128fdea1328e55f289dd93da8f8b5b39874730a4d

Contents?: true

Size: 1.31 KB

Versions: 1

Compression:

Stored size: 1.31 KB

Contents

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic);
@import 'foundation_and_overrides';

#inline_forms_devise_outer_container a {
  color: #A3381E;
}

#inline_forms_devise_top_nav_bar {
  background-color: #A3381E;
  a {
    color: #FFFFFF;
  }
}

#inline_forms_devise_flash_div {
  border-top: 0.5em solid #fade7a;
  .flash {
    margin-top: 0.2em;
    padding: 0.5em;
    color: #A3381E;
    font-size: 130%;
    font-weight: bold;
    line-height: 120%;
    background-color: white;
    border: none;
  }
}

#inline_forms_devise_header_row{
  h1 {
    text-align: center;
    margin: 30px 0;
    color: #A3381E;
  }
}

#inline_forms_devise_container {
  .row {
    margin-bottom: 30px;
  }
}

#inline_forms_devise_form_column {
}

#inline_forms_devise_form {
  label {
    padding-bottom: 0.2em;
    padding-left: 0.3em;
  }
  input[type=checkbox] {
    position: relative;
    top: 2px;
  }
  .lower {
    top: 15px;
  }
  #error_explanation {
    color: #A3381E;
    h2 {
      color: #A3381E;
      font-size: 120%;
      font-weight: bolder;
    }
  }
}

#inline_forms_devise_content_column {
  hr {
    width: 96%;
    margin: auto;
  }
}

#inline_forms_devise_content {
  padding: 0 1em 1em 3em;
  h1 {
    text-align: center;
    margin: 0 0 0.5em 0;
    color: #A3381E;
    font-weight: bolder;
  }


}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
inline_forms-5.0.15 lib/generators/assets/stylesheets/devise.scss