Skip to content

Instantly share code, notes, and snippets.

@fallenturtle
Created April 22, 2021 22:36
Show Gist options
  • Save fallenturtle/5fb8ff9494cdfe6fb8256104774b88f7 to your computer and use it in GitHub Desktop.
Save fallenturtle/5fb8ff9494cdfe6fb8256104774b88f7 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
$c-green: #458528;
.rightsidebar {
display: none;
}
.content-main.col.nine {
width: 100%!important;
}
.dfwp-item .item {
position: relative;
.link-item > a {
position: absolute;
top: 0;
width: 100%;
background-color:$c-green;
}
}
.rightsidebar {
display: none;
}
.content-main.col.nine {
width: 100% !important;
}
.dfwp-item .item {
position: relative;
}
.dfwp-item .item .link-item > a {
position: absolute;
top: 0;
width: 100%;
background-color: #458528;
}
{
"sass": {
"compiler": "dart-sass/1.26.11",
"extensions": {},
"syntax": "SCSS",
"outputStyle": "expanded"
},
"autoprefixer": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment