Sha256: 1be55be4ee3613aae58af6983379291ccd0706810539c3a55739a6499a8d2e24

Contents?: true

Size: 1 KB

Versions: 16

Compression:

Stored size: 1 KB

Contents

/*
 *   All form elements including input, select, textarea etc.
 *-----------------------------------------------------------------

.form-control
  +border-radius($input-radius)
  box-shadow: none
  &:focus
    border-color: $light-blue !important
    box-shadow: none

.form-group
  &.has-success
    label
      color: $green
    .form-control
      border-color: $green !important
      box-shadow: none
  &.has-warning
    label
      color: $yellow
    .form-control
      border-color: $yellow !important
      box-shadow: none
  &.has-error
    label
      color: $red
    .form-control
      border-color: $red !important
      box-shadow: none

/* Input group
.input-group
  .input-group-addon
    border-radius: 0
    background-color: #f4f4f4

/* button groups
.btn-group-vertical
  .btn
    &.btn-flat:first-of-type, &.btn-flat:last-of-type
      border-radius: 0

/* Checkbox and radio inputs
.checkbox, .radio
  padding-left: 0

span.error
  padding-left: 5px
  color: $red

textarea.form-control
  height: 175px

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
dune-dashboard-1.1.5 app/assets/stylesheets/modules/forms.sass
dune-dashboard-1.1.4 app/assets/stylesheets/modules/forms.sass
dune-dashboard-1.1.3 app/assets/stylesheets/modules/forms.sass
dune-dashboard-1.1.2 app/assets/stylesheets/modules/forms.sass
dune-dashboard-1.1.1 app/assets/stylesheets/modules/forms.sass
dune-dashboard-1.1.0 app/assets/stylesheets/modules/forms.sass
dune-dashboard-1.0.9 app/assets/stylesheets/modules/forms.sass
dune-dashboard-1.0.8 app/assets/stylesheets/modules/forms.sass
dune-dashboard-1.0.7 app/assets/stylesheets/modules/forms.sass
dune-dashboard-1.0.6 app/assets/stylesheets/modules/forms.sass
dune-dashboard-1.0.5 app/assets/stylesheets/modules/forms.sass
dune-dashboard-1.0.4 app/assets/stylesheets/modules/forms.sass
dune-dashboard-1.0.3 app/assets/stylesheets/modules/forms.sass
dune-dashboard-1.0.2 app/assets/stylesheets/modules/forms.sass
dune-dashboard-1.0.1 app/assets/stylesheets/modules/forms.sass
dune-dashboard-1.0.0 app/assets/stylesheets/modules/forms.sass