Sha256: f7b785e3c43c1eb99a3128e9f265df4cda08adafa39b3ac779fb9380ee243526

Contents?: true

Size: 1.11 KB

Versions: 21

Compression:

Stored size: 1.11 KB

Contents

@import "colors";

@mixin blueprint-interaction {
  .error {
    @include error; }
  .notice {
    @include notice; }
  .success {
    @include success; }
  .hide {
    display: none; }
  .highlight {
    @include highlight; }
  .added {
    @include added; }
  .removed {
    @include removed; } }

@mixin feedback-base {
  padding: 0.8em;
  margin-bottom: 1em;
  border: 2px solid $feedback_border_color; }

@mixin error {
  @include feedback-base;
  background: $error_bg_color;
  color: $error_color;
  border-color: $error_border_color;
  a {
    color: $error_color; } }

@mixin notice {
  @include feedback-base;
  background: $notice_bg_color;
  color: $notice_color;
  border-color: $notice_border_color;
  a {
    color: $notice_color; } }

@mixin success {
  @include feedback-base;
  background: $success_bg_color;
  color: $success_color;
  border-color: $success_border_color;
  a {
    color: $success_color; } }

@mixin highlight {
  background: $highlight_color; }

@mixin added {
  background: $added_bg_color;
  color: $added_color; }

@mixin removed {
  background: $removed_bg_color;
  color: $removed_color; }

Version data entries

21 entries across 21 versions & 2 rubygems

Version Path
frontsau-0.0.3 lib/Phamlp/sass/extensions/compass/frameworks/blueprint/stylesheets/blueprint/_interaction.scss
frontsau-0.0.2 lib/Phamlp/sass/extensions/compass/frameworks/blueprint/stylesheets/blueprint/_interaction.scss
frontsau-0.0.1 lib/Phamlp/sass/extensions/compass/frameworks/blueprint/stylesheets/blueprint/_interaction.scss
compass-0.10.6 frameworks/blueprint/stylesheets/blueprint/_interaction.scss
compass-0.10.6.pre.1 frameworks/blueprint/stylesheets/blueprint/_interaction.scss
compass-0.10.5 frameworks/blueprint/stylesheets/blueprint/_interaction.scss
compass-0.10.5.pre.1 frameworks/blueprint/stylesheets/blueprint/_interaction.scss
compass-0.10.4 frameworks/blueprint/stylesheets/blueprint/_interaction.scss
compass-0.10.4.pre.4 frameworks/blueprint/stylesheets/blueprint/_interaction.scss
compass-0.10.4.pre.3 frameworks/blueprint/stylesheets/blueprint/_interaction.scss
compass-0.10.4.pre.2 frameworks/blueprint/stylesheets/blueprint/_interaction.scss
compass-0.10.3 frameworks/blueprint/stylesheets/blueprint/_interaction.scss
compass-0.10.3.pre.1 frameworks/blueprint/stylesheets/blueprint/_interaction.scss
compass-0.10.2 frameworks/blueprint/stylesheets/blueprint/_interaction.scss
compass-0.10.1 frameworks/blueprint/stylesheets/blueprint/_interaction.scss
compass-0.10.0 frameworks/blueprint/stylesheets/blueprint/_interaction.scss
compass-0.10.0.rc6 frameworks/blueprint/stylesheets/blueprint/_interaction.scss
compass-0.10.0.rc5 frameworks/blueprint/stylesheets/blueprint/_interaction.scss
compass-0.10.0.rc4 frameworks/blueprint/stylesheets/blueprint/_interaction.scss
compass-0.10.0.rc3 frameworks/blueprint/stylesheets/blueprint/_interaction.scss