Skip to content

Instantly share code, notes, and snippets.

@jackw
Last active August 29, 2015 14:16
Show Gist options
  • Save jackw/e471acb91dea2897eb51 to your computer and use it in GitHub Desktop.
Save jackw/e471acb91dea2897eb51 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----
@import "compass";
@include font-face("Icons", font-files("icons/icons.eot?v=1", "icons/icons.woff?v=1", "icons/icons.ttf?v=1", "icons/icons.svg?v=1"));
.check-list {
li,
dd {
font-size: 15px;
line-height: 18px;
margin-top: 7px;
padding-left: 16px;
position:relative;
&:before {
content : '\e804';
font-family: "Icons";
font-size: 9px;
font-style: normal;
font-variant: normal;
font-weight: normal;
left:3px;
line-height:21px;
position: absolute;
speak: none;
text-transform: none;
top:auto;
}
}
li:first-child,
dt:first-child + dd {
margin-top:0;
}
}
@font-face {
font-family: "Icons";
src: url('/fonts/icons/icons.eot?v=1') format('embedded-opentype'), url('/fonts/icons/icons.woff?v=1') format('woff'), url('/fonts/icons/icons.ttf?v=1') format('truetype'), url('/fonts/icons/icons.svg?v=1') format('svg');
}
.check-list li,
.check-list dd {
font-size: 15px;
line-height: 18px;
margin-top: 7px;
padding-left: 16px;
position: relative;
}
.check-list li:before,
.check-list dd:before {
content: '\e804';
font-family: "Icons";
font-size: 9px;
font-style: normal;
font-variant: normal;
font-weight: normal;
left: 3px;
line-height: 21px;
position: absolute;
speak: none;
text-transform: none;
top: auto;
}
.check-list li:first-child,
.check-list dt:first-child + dd {
margin-top: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment