All Downloads are FREE. Search and download functionalities are using the official Maven repository.

@kie-tools.dashbuilder-client.dist.org.dashbuilder.DashbuilderRuntime.less.bootstrap-touchspin.less Maven / Gradle / Ivy

There is a newer version: 0.32.0
Show newest version
//
// Bootstrap Touchspin
// --------------------------------------------------

.bootstrap-touchspin .input-group-btn-vertical {
  > .btn {
    padding-bottom: 6px;
    padding-top: 6px;
  }
  .bootstrap-touchspin-down {
    border-bottom-right-radius: @border-radius-base;
  }
  .bootstrap-touchspin-up {
    border-top-right-radius: @border-radius-base;
  }
  i {
    font-size: (@font-size-base - 4);
    left: 6px;
    top: 2px;
    &.fa-angle-down,
    &.fa-angle-up {
      font-size: @font-size-base;
      line-height: @font-size-base;
      top: 0;
    }
    &.fa-angle-down,
    &.fa-angle-up {
      left: 7px;
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy