Sha256: 89d0b92b8212ff2cadefc8bc063766d9c266a76a1ef8184ee8c460d5c944d3b5

Contents?: true

Size: 1.64 KB

Versions: 20

Compression:

Stored size: 1.64 KB

Contents

/* to be moved in shared assets gem */

/*general classes*/

form input[type="text"], form input[type="email"], form input[type="password"], form input[type="tel"]{
  padding: 0 0 0 10px!important;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0 !important;

  &:focus{
    border-color: none;
  }
}

/*page components - are extended in main page*/

#form-inputs .password a {
  display: block;
  float: right;
  color: #A8C7E3;
  &:hover {
        color: #FFF;
    }
}

input.error{
  @include border(solid,3px,$font_error_color);
  border-color: $font_error_color!important;
}

.form-inputs input{
  margin: 0;
}

#email-error, #password-error, div.error, #current_password-error, #new_password-error, #new_password_confirmation-error{
  height: 30px;
  
  label{
    display: block;
    line-height: 30px;  
    height: 100%;
    color:red;
  }
}


//url component(generate link for register)

.url{
  @include center;
  p{
    padding: 5px 0;
  }
  #target{
    height: 40px;
    width: 110px;
    padding-left: 5px;
  }
  .url__item{
    margin-top: 10px;
    display: none;
  }
}

//dialog component

.dialog-wrapper{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(133, 133, 133, 0.56);
  z-index: 9999;
  display: none;
}

.dialog-content{
  width: 500px;
  display: table;
  border-radius: 5px;
  margin: 100px auto;
  padding: 20px;
  background: rgb(255, 255, 255);
  border: solid 2px #2AB9E6;
  box-shadow: 0px 0px 6px 1px #2AB9E6;
}

.dialog-content-buttons{
  margin-top: 20px;
}

.dialog-button{
  margin: 0 5px 0 5px;
  float: right;
  @include btn(#fff, 100px, 40px, 1.3em, $light_blue, transparent, $light_blue);
}

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
waterfall_bourbon_neat_rails-1.3.1 app/assets/stylesheets/custom/_components.scss
waterfall_bourbon_neat_rails-1.3.0 app/assets/stylesheets/custom/_components.scss
waterfall_bourbon_neat_rails-1.2.8 app/assets/stylesheets/custom/_components.scss
waterfall_bourbon_neat_rails-1.2.7 app/assets/stylesheets/custom/_components.scss
waterfall_bourbon_neat_rails-1.2.5 app/assets/stylesheets/custom/_components.scss
waterfall_bourbon_neat_rails-1.2.3 app/assets/stylesheets/custom/_components.scss
waterfall_bourbon_neat_rails-1.2.2 app/assets/stylesheets/custom/_components.scss
waterfall_bourbon_neat_rails-1.2.1 app/assets/stylesheets/custom/_components.scss
waterfall_bourbon_neat_rails-1.2.0 app/assets/stylesheets/custom/_components.scss
waterfall_bourbon_neat_rails-1.1.5 app/assets/stylesheets/custom/_components.scss
waterfall_bourbon_neat_rails-1.1.4 app/assets/stylesheets/custom/_components.scss
waterfall_bourbon_neat_rails-1.1.3 app/assets/stylesheets/custom/_components.scss
waterfall_bourbon_neat_rails-1.1.2 app/assets/stylesheets/custom/_components.scss
waterfall_bourbon_neat_rails-1.1.1 app/assets/stylesheets/custom/_components.scss
waterfall_bourbon_neat_rails-1.1.0 app/assets/stylesheets/custom/_components.scss
waterfall_bourbon_neat_rails-1.0.3 app/assets/stylesheets/custom/_components.scss
waterfall_bourbon_neat_rails-1.0.2 app/assets/stylesheets/custom/_components.scss
waterfall_bourbon_neat_rails-1.0.1 app/assets/stylesheets/custom/_components.scss
waterfall_bourbon_neat_rails-1.0 app/assets/stylesheets/custom/_components.scss
waterfall_bourbon_neat_rails-0.2.0.0 app/assets/stylesheets/custom/_components.scss