HEX
Server: LiteSpeed
System: Linux server.zepintelhosting.com 4.18.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User: enamadmin (1026)
PHP: 8.2.30
Disabled: exec,system,passthru,shell_exec,proc_open,popen,apache_child_terminate
Upload Files
File: /home/enamadmin/public_html/aaelearningb/h5p/h5plib/v127/joubel/editor/styles/scss/_form-field.scss
@import 'variables';
@import 'mixins';

.field {
  @include field-margin($padding);
  font-size: $font-size-normal;
  padding: 0;

  // Assumes last group is `Behavioural settings`, which should
  // be grouped with the bottom group `Settings and texts`.
  .tree > &.group:last-child {
    margin-bottom: 0;
  }

  .fields > &.group {
    @include field-margin($min-padding);
  }

  &.boolean .h5peditor-label {
    display: inline;
  }

  .h5p-editor-image-buttons {
    float: left;
    clear: both;
  }

  .library {
    border: 0;
  }

  &.importance-high > .h5peditor-label-wrapper > .h5peditor-label {
    font-size: $font-size-large;
    color: #356593;
  }

  .h5p-dialog-anchor {
    position: relative;
    margin: -16px;
  }
}

.common-fields-library-wrapper {
  @include field-margin($padding);
  border: none;
  margin: 0;
  padding: 0;

  .common-field-legend {
    display: none;
  }
}