Skip to content

Instantly share code, notes, and snippets.

@than
Created May 9, 2024 04:07
Show Gist options
  • Save than/b7b512d7f4b39fc6846d93e9b2cfa30c to your computer and use it in GitHub Desktop.
Save than/b7b512d7f4b39fc6846d93e9b2cfa30c to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
.gh-footer-signup {
color:white;
padding: 40px 0;
background: black;
position: absolute;
left: 0;
right: 0;
bottom: 0;
.gh-form {
background-color: #dddddd;
&:hover {
background-color: #fff;
}
}
}
.gh-footer-signup {
color: white;
padding: 40px 0;
background: black;
position: absolute;
left: 0;
right: 0;
bottom: 0;
}
.gh-footer-signup .gh-form {
background-color: #dddddd;
}
.gh-footer-signup .gh-form:hover {
background-color: #fff;
}
{
"sass": {
"compiler": "dart-sass/1.32.12",
"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