Skip to content

Instantly share code, notes, and snippets.

@intellix
Created September 16, 2015 07:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save intellix/c4b8c03b58feae4ddf1b to your computer and use it in GitHub Desktop.
Save intellix/c4b8c03b58feae4ddf1b to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
.foot-ribbon, .foot-content {
padding: 15px 30px;
.seperator {
&:before {
content: " ";
position: absolute;
z-index: 1;
top: 5px;
left: 335px;
right: 0;
bottom: 8px;
border-left: 1px solid #adaaa5;
}
&:after {
content: " ";
position: absolute;
z-index: 1;
top: 5px;
left: 336px;
right: 0;
bottom: 8px;
border-left: 1px solid #f5f2ed;
}
}
.seperator-vertical {
@extend .seperator
}
.seperator-horizontal {
@extend .seperator;
width: 100%;
&:before {
top: 0;
left: 9px;
right: 9px;
bottom: 223px;
border: 0;
border-bottom: 1px solid #adaaa5;
}
&:after {
top: 0;
left: 9px;
right: 9px;
bottom: 222px;
border: 0;
border-bottom: 1px solid #f5f2ed;
}
}
}
.foot-ribbon, .foot-content {
padding: 15px 30px;
}
.foot-ribbon .seperator:before, .foot-ribbon .seperator-vertical:before, .foot-ribbon .seperator-horizontal:before, .foot-content .seperator:before, .foot-content .seperator-vertical:before, .foot-content .seperator-horizontal:before {
content: " ";
position: absolute;
z-index: 1;
top: 5px;
left: 335px;
right: 0;
bottom: 8px;
border-left: 1px solid #adaaa5;
}
.foot-ribbon .seperator:after, .foot-ribbon .seperator-vertical:after, .foot-ribbon .seperator-horizontal:after, .foot-content .seperator:after, .foot-content .seperator-vertical:after, .foot-content .seperator-horizontal:after {
content: " ";
position: absolute;
z-index: 1;
top: 5px;
left: 336px;
right: 0;
bottom: 8px;
border-left: 1px solid #f5f2ed;
}
.foot-ribbon .seperator-horizontal, .foot-content .seperator-horizontal {
width: 100%;
}
.foot-ribbon .seperator-horizontal:before, .foot-content .seperator-horizontal:before {
top: 0;
left: 9px;
right: 9px;
bottom: 223px;
border: 0;
border-bottom: 1px solid #adaaa5;
}
.foot-ribbon .seperator-horizontal:after, .foot-content .seperator-horizontal:after {
top: 0;
left: 9px;
right: 9px;
bottom: 222px;
border: 0;
border-bottom: 1px solid #f5f2ed;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment