Skip to content

Instantly share code, notes, and snippets.

@tmaximini
Created November 4, 2014 20:20
Show Gist options
  • Select an option

  • Save tmaximini/d07451f8fd02b89bc52c to your computer and use it in GitHub Desktop.

Select an option

Save tmaximini/d07451f8fd02b89bc52c to your computer and use it in GitHub Desktop.

Revisions

  1. tmaximini created this gist Nov 4, 2014.
    23 changes: 23 additions & 0 deletions SassMeister-input.scss
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,23 @@
    // ----
    // Sass (v3.4.7)
    // Compass (v1.0.1)
    // ----

    .spaVoucher .spaVoucher {
    font-size: 14px;
    color: black;
    &__bodytext {
    font-size: 12px;
    color: grey;
    a {
    color: blue;
    }
    &--inactive {
    opacity: 0.5;
    }
    }
    &__headline {
    font-size: 16px;
    }

    }
    17 changes: 17 additions & 0 deletions SassMeister-output.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    .spaVoucher .spaVoucher {
    font-size: 14px;
    color: black;
    }
    .spaVoucher .spaVoucher__bodytext {
    font-size: 12px;
    color: grey;
    }
    .spaVoucher .spaVoucher__bodytext a {
    color: blue;
    }
    .spaVoucher .spaVoucher__bodytext--inactive {
    opacity: 0.5;
    }
    .spaVoucher .spaVoucher__headline {
    font-size: 16px;
    }