Sha256: ce04b6e7800b7fcc177f912a071d8deb2c1e73e7ab550cfa85eaa10febedb251

Contents?: true

Size: 378 Bytes

Versions: 2

Compression:

Stored size: 378 Bytes

Contents

#DecidimPDSaveButton {
  min-width: 110px;
  height: 44px;

  &::before {
    display: none;
  }

  &.alert {
    background-color: var(--primary);
    animation: blinker 2s linear infinite;
  }

  &.loading {
    &::before {
      @include spinner(25px, #fff, var(--primary), 800ms);

      margin: -4px 6px 0 -5px;
      content: "";
      vertical-align: middle;
    }
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
decidim-participatory_documents-0.2.2 app/packs/stylesheets/decidim/participatory_documents/pdf/admin_tweaks.scss
decidim-participatory_documents-0.2.1 app/packs/stylesheets/decidim/participatory_documents/pdf/admin_tweaks.scss