Created
May 9, 2024 04:07
-
-
Save than/b7b512d7f4b39fc6846d93e9b2cfa30c to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains 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
.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; | |
} | |
} | |
} |
This file contains 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
.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; | |
} |
This file contains 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.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