Skip to content

Instantly share code, notes, and snippets.

@jeanadev
Created November 26, 2014 15:43
Show Gist options
  • Save jeanadev/2e4faa70b3983a3edfc0 to your computer and use it in GitHub Desktop.
Save jeanadev/2e4faa70b3983a3edfc0 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.7)
// Compass (v1.0.1)
// ----
$sibone-color: #8cc63f;
$stabilit-color: #00477F;
.block-link-list--education-center.sibone .info {
border: 1px solid darken($sibone-color, 5%) !important;
li + li {border-top:1px solid darken($sibone-color, 5%);border-bottom:none;}
a { background: $sibone-color; }
a:hover {background:darken($sibone-color, 5%) }
}
.block-link-list--education-center.stabilit .info {
border: 1px solid darken($stabilit-color, 5%) !important;
li + li {border-top:1px solid darken($stabilit-color, 5%);border-bottom:none;}
a { background: $stabilit-color; }
a:hover {background:darken($stabilit-color, 5%) }
}
.block-link-list--education-center.sibone .info {
border: 1px solid #7fb636 !important;
}
.block-link-list--education-center.sibone .info li + li {
border-top: 1px solid #7fb636;
border-bottom: none;
}
.block-link-list--education-center.sibone .info a {
background: #8cc63f;
}
.block-link-list--education-center.sibone .info a:hover {
background: #7fb636;
}
.block-link-list--education-center.stabilit .info {
border: 1px solid #003966 !important;
}
.block-link-list--education-center.stabilit .info li + li {
border-top: 1px solid #003966;
border-bottom: none;
}
.block-link-list--education-center.stabilit .info a {
background: #00477F;
}
.block-link-list--education-center.stabilit .info a:hover {
background: #003966;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment