Sha256: 48374831878f4702f3e245faa4c3c89382a6c79115c50db18b1fb7a1135e2d18

Contents?: true

Size: 1.86 KB

Versions: 5

Compression:

Stored size: 1.86 KB

Contents

.note-btn {
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid @btn-default-border;
  white-space: nowrap;
  outline: 0;
  .button-maker(@btn-default-color; @btn-default-bg; @btn-default-hover-bg;  @btn-default-active-bg; @btn-default-border);
  .button-size(@padding-base-vertical; @padding-base-horizontal; @font-size; @line-height; @btn-border-radius-base);
  .user-select(none);

  &:hover,
  &:focus,
  &.focus {
    color: @btn-default-color;
    text-decoration: none;
    border: 1px solid @btn-default-border;
    background-color: @btn-default-hover-bg;
    outline: 0;
    .rounded(1px);
  }

  &:active,
  &.active {
    outline: 0;
    background-image: none;
    /*.box-shadow(inset 0 3px 5px rgba(0,0,0,.125));*/
  }

  &.disabled,
  &[disabled],
  fieldset[disabled] & {
    cursor: @cursor-disabled;
    .opacity(.65);
    .box-shadow(none);
  }

}

.note-btn-primary {
  background: #fa6362;
  color: #fff;

  &:hover,
  &:focus,
  &.focus {
    color: #fff;
    text-decoration: none;
    border: 1px solid @btn-default-border;
    background-color: #fa6362;
    .rounded(1px);
  }

}

.note-btn-block {
  display: block;
  width: 100%;
}

.note-btn-block + .note-btn-block {
  margin-top:5px;
}

// Specificity overrides
input[type="submit"],
input[type="reset"],
input[type="button"] {
  &.note-btn-block {
    width: 100%;
  }
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.close {
  float: right;
  font-size: 21px;
  line-height: 1;
  color: #000;
  opacity: .2;
}

.close:hover {
  -webkit-opacity: 1;
   -khtml-opacity: 1;
     -moz-opacity: 1;
       -ms-filter: alpha(opacity=100);
           filter: alpha(opacity=100);
          opacity: 1
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
promethee-1.4.13 node_modules/summernote/src/less/lite-ui/buttons.less
promethee-1.4.12 node_modules/summernote/src/less/lite-ui/buttons.less
promethee-1.4.11 node_modules/summernote/src/less/lite-ui/buttons.less
promethee-1.4.10 node_modules/summernote/src/less/lite-ui/buttons.less
promethee-1.4.9 node_modules/summernote/src/less/lite-ui/buttons.less