Skip to content

Instantly share code, notes, and snippets.

@tmaximini
Created November 4, 2014 20:20
Show Gist options
  • Save tmaximini/d07451f8fd02b89bc52c to your computer and use it in GitHub Desktop.
Save tmaximini/d07451f8fd02b89bc52c to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// 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;
}
}
.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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment