Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
// packages/@filerobot/explorer/src/components/PreviewCollectionDialog/index.jsx
.filerobot-Explorer-PreviewCollectionDialog {
    &-header {
      padding: 12px 12px 12px 6px;
      height: 11%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: $background-primary;
      border-bottom: 1px solid $border;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;

      & label {
        margin-left: 8px;
        font-size: 14px;
      }

      [data-filerobot-floaty="true"] & {
        padding: 20px 8px 20px 20px;
      }

      &-leftSide {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;

        [data-filerobot-floaty="true"] & {
          justify-content: initial;
        }

        svg {
          margin-right: auto;
        }

        [data-filerobot-floaty="true"] & {
          margin-right: initial;
        }
      }
    }

    &-body {
      width: 100%;
      height: 89%;
      position: relative;
      overflow: auto;
      padding: 12px;
    }
}