Last active
April 22, 2021 23:27
-
-
Save fallenturtle/0596a7c7220f52a96288bbb2d92b1853 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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