Sha256: 8f60c370bad27b15ef051c8c3c9d2fd87da1e3d64fccd726e2cb76dfb15999ec

Contents?: true

Size: 1.4 KB

Versions: 1

Compression:

Stored size: 1.4 KB

Contents

#can_embed_form{
  #can_embed_form_inner{
    > *:not(form){
      display: none;
    }
    #action_welcome_message{
      #action_welcome_message_inner{
        border: 2px solid $brand-color;
        border-radius: $rounding;
      }
    }
    #can_thank_you{

    }
    input[type=submit]{
      background-color: $brand-color;
      font-family: $header-font-stack;
      border-radius: $rounding;
      &:hover{
        background-color: darken($brand-color, 10%);
      }
    }
    input[type=text],
    input[type=password],
    input[type=url],
    input[type=email],
    input[type=tel],
    input[type=number],select.can_select,span.can_select   {
        border: 2px solid $brand-color;
        background-color: $background-color;
        border-radius: $rounding;
        &:focus{
          border-color: darken($brand-color, 10%);
        }
      &::placeholder{
        color: $text-color;
      }
    }
    .floatlabel-wrapper {
      .floatlabel-label{
        color: $text-color;
        &::after{
          background-color: $background-color;
        }
      }
      .floatlabel-input{
        &::placeholder{
          color: $text-color;
        }
      }
    }
    .floatlabel-input, .can_select{
      background-color: $background-color;
      border-radius: $rounding;
    }
  }
    li{
      &::before{
        content: none;
      }
    }
  > .clearfix, > .thank-you-message {
    display: none;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jekyll-theme-chaos-0.1.0 _sass/an-form.scss