Sha256: 6ab1e05e4297cd1f72aa41b29c71ad8fe78e87928328ee21d84a7a67a2c487d6

Contents?: true

Size: 760 Bytes

Versions: 3

Compression:

Stored size: 760 Bytes

Contents

@import 'bootstrap-sprockets';
@import 'bootstrap';
@import 'bootstrap-datetimepicker';

.kono_delete_button, .kono_edit_button {
  margin: 1px;
  &.align-right {
    float: right;
  }
  &.align-left {
    float: left;
  }
}

.search_panel {
  .panel-title {
    .icon-search {
      cursor: pointer;
    }
  }
}

.bs_file_download {
  .form-wrapper {
    display: block;
    .input-group{
      width:100%;
    }
  }
}

//classi per una spaziatura verticale , utilizzare
// passando la classe generale v-space e poi il valore scelto: space-x1
// ogni valore dello spacer rappresente 0.2em
//ES:
// <div class="kono-v-spacer space-x2"></div>     => 0.4em
.kono-v-spacer {
  @for $i from 1 through 20 {
    &.space-x#{$i} {
      height: 0.2em * $i;
    }
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
kono_utils-0.15.7 app/assets/stylesheets/kono_utils/utils.css.scss
kono_utils-0.15.6 app/assets/stylesheets/kono_utils/utils.css.scss
kono_utils-0.15.5 app/assets/stylesheets/kono_utils/utils.css.scss