/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
.media-sidebar {
  hr {
    width: 100%;
    display: block;
    float: left;
    margin-top: 10px;
  }
  #gallery-slick-settings {
    .setting {
      input[type=text] {
        width: 50%;
        float: left;
      }
      textarea {
        width: 100%;
      }
    }
  }
}
