Skip to content

Instantly share code, notes, and snippets.

@fallenturtle
Last active April 22, 2021 23:27
Show Gist options
  • Save fallenturtle/0596a7c7220f52a96288bbb2d92b1853 to your computer and use it in GitHub Desktop.
Save fallenturtle/0596a7c7220f52a96288bbb2d92b1853 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
@import "breakpoint";
$c-green: #458528;
$c-light-green: ##79b95c;
body {
font-size: 16px;
line-height: 1.5;
}
.rightsidebar {
display: none;
}
.content-main.col.nine {
width: 100% !important;
}
.dfwp-item .item {
position: relative;
background-color: white;
margin-bottom: 2rem;
.image-area-top {
padding-top: 2rem;
padding-bottom: 0;
}
.link-item>a {
position: absolute;
top: 0;
width: 100%;
background-color: $c-green;
color: white;
padding: 10px 15px;
box-sizing: border-box;
font-size: 16px;
font-weight: bold;
}
.description {
padding: 10px 15px;
}
}
body {
font-size: 16px;
line-height: 1.5;
}
.rightsidebar {
display: none;
}
.content-main.col.nine {
width: 100% !important;
}
.dfwp-item .item {
position: relative;
background-color: white;
margin-bottom: 2rem;
}
.dfwp-item .item .image-area-top {
padding-top: 2rem;
padding-bottom: 0;
}
.dfwp-item .item .link-item > a {
position: absolute;
top: 0;
width: 100%;
background-color: #458528;
color: white;
padding: 10px 15px;
box-sizing: border-box;
font-size: 16px;
font-weight: bold;
}
.dfwp-item .item .description {
padding: 10px 15px;
}
{
"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