Sha256: e69699266cb516fa16bb8df1b933f52c13b69a3ed05e18935fb13b4ef3f9a359

Contents?: true

Size: 332 Bytes

Versions: 5

Compression:

Stored size: 332 Bytes

Contents

// Class names that are reused in entry type CSS module files.  Used
// for styles that would be hard to re-create without the SCSS mixins
// available here.

// See entry_type/scrolled/package/src/editor/buttons.module.css

.primary_icon_button {
  @include icon-button;
}

.secondary_icon_button {
  @include icon-button(#888);
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pageflow-15.6.1 app/assets/stylesheets/pageflow/editor/composables.scss
pageflow-15.6.0 app/assets/stylesheets/pageflow/editor/composables.scss
pageflow-15.5.0 app/assets/stylesheets/pageflow/editor/composables.scss
pageflow-15.4.0 app/assets/stylesheets/pageflow/editor/composables.scss
pageflow-15.3.0 app/assets/stylesheets/pageflow/editor/composables.scss